Skip to content

Commit 7993754

Browse files
authored
import correct types (#219)
1 parent 18dee1c commit 7993754

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

integration_tests/account_migration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"encoding/hex"
88
"encoding/json"
99
"fmt"
10+
jwktypes "github.com/burnt-labs/xion/x/jwk/types"
1011
"github.com/cosmos/cosmos-sdk/types/tx/signing"
1112
authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing"
1213
"os"
@@ -254,6 +255,8 @@ func TestSingleAbstractAccountMigration(t *testing.T) {
254255
&wasmtypes.MsgStoreCode{},
255256
&aatypes.MsgUpdateParams{},
256257
&aatypes.MsgRegisterAccount{},
258+
&jwktypes.MsgCreateAudience{},
259+
&jwktypes.MsgCreateAudienceClaim{},
257260
)
258261

259262
xion.Config().EncodingConfig.InterfaceRegistry.RegisterImplementations((*authtypes.AccountI)(nil), &aatypes.AbstractAccount{})

x/mint/common_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/cosmos/cosmos-sdk/testutil"
99
sdk "github.com/cosmos/cosmos-sdk/types"
1010
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
11-
1211
// banktestutil "github.com/cosmos/cosmos-sdk/x/bank/testutil"
1312
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
1413
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"

0 commit comments

Comments
 (0)