Skip to content

Commit 0a8c40d

Browse files
[autofix.ci] apply automated fixes
1 parent d6890ba commit 0a8c40d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

tests/e2e/ibc_fees_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"testing"
88
"time"
99

10+
wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types"
1011
ibcfee "github.com/cosmos/ibc-go/v8/modules/apps/29-fee/types"
1112
ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
1213
clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck
@@ -23,7 +24,6 @@ import (
2324
"github.com/CosmWasm/wasmd/app"
2425
wasmibctesting "github.com/CosmWasm/wasmd/tests/ibctesting"
2526
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
26-
wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types"
2727
)
2828

2929
func TestIBCFeesTransfer(t *testing.T) {

x/wasm/types/query.pb.gw.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)