Skip to content

Commit

Permalink
fix: Fixed test which failed due to latest intro of PowApprox fix. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Jan 29, 2024
1 parent a2fb2b6 commit de44927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/gamm/pool-models/balancer/pool_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ var calcSingleAssetJoinTestCases = []calcJoinSharesTestCase{
},
tokensIn: sdk.NewCoins(sdk.NewInt64Coin("udym", 499_999)),
expectShares: sdk.NewIntFromUint64(6_504_099_261_800_144_638),
// pow iteration limit reached
expectPanic: true,
},
{
// Currently, our Pow approximation function does not work correctly when one tries
Expand Down

0 comments on commit de44927

Please sign in to comment.