Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Oct 8, 2024
1 parent e604102 commit d36280a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/distribution/migration_v4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func TestFundsMigration(t *testing.T) {
bankKeeper := bankkeeper.NewBaseKeeper(
runtime.NewEnvironment(runtime.NewKVStoreService(keys[banktypes.StoreKey]), log.NewNopLogger()),
encCfg.Codec,
addressCodec,
accountKeeper,
map[string]bool{},
authority,
Expand All @@ -129,7 +128,6 @@ func TestFundsMigration(t *testing.T) {
bankKeeper,
stakingKeeper,
&emptyCometService{},
addressCodec,
disttypes.ModuleName,
authority,
)
Expand Down

0 comments on commit d36280a

Please sign in to comment.