From 5c2fa1392bd9bf5094594807ac7478b1df934381 Mon Sep 17 00:00:00 2001 From: affan Date: Thu, 19 Sep 2024 14:34:32 -0400 Subject: [PATCH] fix test --- protocol/x/revshare/keeper/revshare_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/x/revshare/keeper/revshare_test.go b/protocol/x/revshare/keeper/revshare_test.go index ae7c7cafea..a78f8dbbf9 100644 --- a/protocol/x/revshare/keeper/revshare_test.go +++ b/protocol/x/revshare/keeper/revshare_test.go @@ -707,7 +707,7 @@ func TestKeeper_GetAllRevShares_Valid(t *testing.T) { Recipient: constants.AliceAccAddress.String(), RevShareFeeSource: types.REV_SHARE_FEE_SOURCE_NET_FEE, RevShareType: types.REV_SHARE_TYPE_MARKET_MAPPER, - QuoteQuantums: big.NewInt(1_200_000), + QuoteQuantums: big.NewInt(950_000), RevSharePpm: 100_000, // 10% }, }, @@ -719,7 +719,7 @@ func TestKeeper_GetAllRevShares_Valid(t *testing.T) { RevSharePpm: 250_000, // 25% }, FeeSourceToQuoteQuantums: map[types.RevShareFeeSource]*big.Int{ - types.REV_SHARE_FEE_SOURCE_NET_FEE: big.NewInt(1_200_000), + types.REV_SHARE_FEE_SOURCE_NET_FEE: big.NewInt(950_000), types.REV_SHARE_FEE_SOURCE_TAKER_FEE: big.NewInt(2_500_000), }, FeeSourceToRevSharePpm: map[types.RevShareFeeSource]uint32{