Skip to content

Commit

Permalink
clean up diff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu committed Jun 18, 2023
1 parent 7e0c38c commit 5e3b291
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions x/concentrated-liquidity/math/math_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ func TestConcentratedTestSuite(t *testing.T) {
suite.Run(t, new(ConcentratedMathTestSuite))
}

var (
sqrt4545 = sdk.MustNewDecFromStr("67.416615162732695594")
sqrt5000 = sdk.MustNewDecFromStr("70.710678118654752440")
sqrt5500 = sdk.MustNewDecFromStr("74.161984870956629487")
)
var sqrt4545 = sdk.MustNewDecFromStr("67.416615162732695594")
var sqrt5000 = sdk.MustNewDecFromStr("70.710678118654752440")
var sqrt5500 = sdk.MustNewDecFromStr("74.161984870956629487")

// liquidity1 takes an amount of asset1 in the pool as well as the sqrtpCur and the nextPrice
// sqrtPriceA is the smaller of sqrtpCur and the nextPrice
Expand Down

0 comments on commit 5e3b291

Please sign in to comment.