Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SupunS committed Oct 25, 2023
1 parent 3e084c4 commit de23ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions runtime/inbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
package runtime_test

import (
"github.com/onflow/cadence/encoding/json"
"strings"
"testing"

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

"github.com/onflow/cadence"
"github.com/onflow/cadence/encoding/json"
. "github.com/onflow/cadence/runtime"
. "github.com/onflow/cadence/runtime/tests/runtime_utils"
"github.com/onflow/cadence/runtime/common"
. "github.com/onflow/cadence/runtime/tests/runtime_utils"
)

func TestRuntimeAccountInboxPublishUnpublish(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion runtime/tests/interpreter/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func testAccountWithErrorHandler(
BaseActivationHandler: func(_ common.Location) *interpreter.VariableActivation {
return baseActivation
},
ContractValueHandler: makeContractValueHandler(nil, nil, nil),
ContractValueHandler: makeContractValueHandler(nil, nil, nil),
InvalidatedResourceValidationEnabled: true,
AccountHandler: func(address interpreter.AddressValue) interpreter.Value {
return stdlib.NewAccountValue(nil, nil, address)
Expand Down

0 comments on commit de23ddf

Please sign in to comment.