File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 {})
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments