Skip to content

Commit

Permalink
Update x/twap/strategy_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Dec 21, 2022
1 parent 654b2a5 commit f9c3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/twap/strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (s *TestSuite) TestComputeGeometricStrategyTwap_ThreeAsset() {
}

// TestTwapPow_MaxSpotPrice_NoOverflow tests that no overflow occurs at log_2{max spot price values}.
// and that the epsilot is within the tolerated multiplicative error.
// and that the epsilon is within the tolerated multiplicative error.
func (s *TestSuite) TestTwapLogPow_MaxSpotPrice_NoOverflow() {
errTolerance := osmomath.ErrTolerance{
MultiplicativeTolerance: sdk.OneDec().Quo(sdk.NewDec(10).Power(18)),
Expand Down

0 comments on commit f9c3e06

Please sign in to comment.