Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Oct 19, 2023
1 parent dbbb777 commit c8cc585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/tests/interpreter/interpreter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ import (
"strings"
"testing"

"github.com/onflow/cadence/runtime"
"github.com/onflow/cadence/runtime/activations"

"github.com/onflow/atree"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/onflow/cadence/runtime"
"github.com/onflow/cadence/runtime/activations"
"github.com/onflow/cadence/runtime/ast"
"github.com/onflow/cadence/runtime/common"
"github.com/onflow/cadence/runtime/errors"
Expand Down Expand Up @@ -8137,7 +8137,7 @@ func TestInterpretResourceMovingAndBorrowing(t *testing.T) {
permanentSlabs = append(permanentSlabs, slab)
}

// permanet slab is R1 (R2 is inlined in R1 slab)
// permanent slab is R1 (R2 is inlined in R1 slab)
require.Equal(t, 1, len(permanentSlabs))

sort.Slice(permanentSlabs, func(i, j int) bool {
Expand Down

0 comments on commit c8cc585

Please sign in to comment.