Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Apr 12, 2023
1 parent b5c872b commit d8fc382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/poolmanager/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,6 @@ func (suite *KeeperTestSuite) TestSplitRouteExactAmountIn() {
},
tokenInDenom: foo,
// one greater than expected amount
// every route individually would fail, but the split route should succeed
tokenOutMinAmount: priceImpactThreshold.Add(sdk.OneInt()),

expectError: types.PriceImpactProtectionExactInError{Actual: priceImpactThreshold, MinAmount: priceImpactThreshold.Add(sdk.OneInt())},
Expand Down

0 comments on commit d8fc382

Please sign in to comment.