Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 19, 2024
1 parent 4c842a6 commit d1a58d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions protocol/testutil/keeper/clob.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ func NewClobKeepersTestContextWithUninitializedMemStore(
cdc,
)
revShareKeeper, _, _ := createRevShareKeeper(stateStore, db, cdc, affiliatesKeeper, ks.FeeTiersKeeper)
ks.FeeTiersKeeper.SetRevShareKeeper(revShareKeeper)
affiliatesKeeper.SetRevShareKeeper(revShareKeeper)
affiliatesKeeper.SetFeetiersKeeper(ks.FeeTiersKeeper)
ks.MarketMapKeeper, _ = createMarketMapKeeper(stateStore, db, cdc)
ks.PricesKeeper, _, _, mockTimeProvider = createPricesKeeper(
stateStore,
Expand Down
1 change: 0 additions & 1 deletion protocol/x/feetiers/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ func TestGetAffiliateRefereeLowestTakerFee(t *testing.T) {
tc.feeTiers,
)
require.NoError(t, err)

})
}
}

0 comments on commit d1a58d0

Please sign in to comment.