diff --git a/x/poolmanager/router_test.go b/x/poolmanager/router_test.go index 59b3cb007c4..eebb52e54c1 100644 --- a/x/poolmanager/router_test.go +++ b/x/poolmanager/router_test.go @@ -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())},