Skip to content

Commit

Permalink
Merge branch 'feature/stable-cadence' of https://github.com/onflow/ca…
Browse files Browse the repository at this point in the history
…dence into supun/cleanup-reference-tracking
  • Loading branch information
SupunS committed Dec 8, 2023
2 parents 43ae040 + 84bb2c1 commit a09a90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tests/checker/resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9800,7 +9800,7 @@ func TestCheckBoundFunctionToResourceInAssignment(t *testing.T) {
})
}

func TestInterpretIfLetElseBranchConfusion(t *testing.T) {
func TestCheckIfLetElseBranchConfusion(t *testing.T) {

t.Parallel()

Expand Down Expand Up @@ -9828,7 +9828,7 @@ func TestInterpretIfLetElseBranchConfusion(t *testing.T) {
assert.IsType(t, &sema.ResourceUseAfterInvalidationError{}, errs[0])
}

func TestInterpretOptionalBindingElseBranch(t *testing.T) {
func TestCheckOptionalBindingElseBranch(t *testing.T) {

t.Parallel()

Expand Down

0 comments on commit a09a90d

Please sign in to comment.