Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 21, 2022
1 parent 83bfead commit 0a2c2d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/group/migrations/v2/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ func TestMigrate(t *testing.T) {
require.Equal(t, oldAcc.GetAddress(), newAcc.GetAddress())
require.Equal(t, oldAcc.GetAccountNumber(), newAcc.GetAccountNumber())
require.Equal(t, newAcc.GetPubKey().Address().Bytes(), newAcc.GetAddress().Bytes())

t.FailNow()
}

func createGroupPolicies(ctx sdk.Context, storeKey storetypes.StoreKey, cdc codec.Codec) (orm.PrimaryKeyTable, orm.Sequence, error) {
Expand Down

0 comments on commit 0a2c2d3

Please sign in to comment.