Skip to content

Commit b856840

Browse files
[autofix.ci] apply automated fixes
1 parent c988a0b commit b856840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x/wasm/keeper/addresses_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ import (
66
"fmt"
77
"testing"
88

9-
"github.com/CosmWasm/wasmd/x/wasm/types"
109
tmbytes "github.com/cometbft/cometbft/libs/bytes"
1110
"github.com/stretchr/testify/assert"
1211
"github.com/stretchr/testify/require"
1312

1413
sdk "github.com/cosmos/cosmos-sdk/types"
14+
15+
"github.com/CosmWasm/wasmd/x/wasm/types"
1516
)
1617

1718
func prepareCleanup(t *testing.T) {

0 commit comments

Comments
 (0)