Skip to content

Commit

Permalink
test cases fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukumavat committed Nov 2, 2023
1 parent 1726d2e commit 8addfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/liquidity/amm/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ func TestCreateRangedPool(t *testing.T) {
utils.ParseDec("1.0"), utils.ParseDec("1.001"),
utils.ParseDec("1.0005"),
"",
sdkmath.NewInt(1_000000000000000000), sdkmath.NewInt(999000936633614182),
sdkmath.NewInt(1_000000000000000000), sdkmath.NewInt(999000936633622179),
},
{
"small x asset",
Expand Down

0 comments on commit 8addfa1

Please sign in to comment.