Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Dec 30, 2024
1 parent 7eb56ee commit 6385112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/amm/keeper/msg_server_join_pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (suite *AmmKeeperTestSuite) TestMsgServerJoinPool() {
FeeDenom: ptypes.BaseCurrency,
},
// shareOutAmount: math.NewInt(694444166666666666), // weight breaking fee - slippage enable
shareOutAmount: math.NewInt(997171572875253810), // weight breaking fee - slippage disable
shareOutAmount: math.NewInt(999057190958417937), // weight breaking fee - slippage disable
expSenderBalance: sdk.Coins{},
expTokenIn: sdk.Coins{sdk.NewInt64Coin("uusdt", 1000000)},
expPass: true,
Expand All @@ -75,7 +75,7 @@ func (suite *AmmKeeperTestSuite) TestMsgServerJoinPool() {
FeeDenom: ptypes.BaseCurrency,
},
// shareOutAmount: math.NewInt(805987500000000000), // weight recovery direction - slippage enable
shareOutAmount: math.NewInt(992205771365940052), // weight recovery direction - slippage disable
shareOutAmount: math.NewInt(996102885682970026), // weight recovery direction - slippage disable
expSenderBalance: sdk.Coins{},
expTokenIn: sdk.Coins{sdk.NewInt64Coin("uusdt", 1000000)},
expPass: true,
Expand Down

0 comments on commit 6385112

Please sign in to comment.