From f289c3ef217b0df88ff2f2b51a184645b388245e Mon Sep 17 00:00:00 2001 From: Julian Compagni Portis Date: Wed, 25 Sep 2024 15:40:52 -0400 Subject: [PATCH] fix: better test naming --- x/dex/keeper/integration_placelimitorder_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/dex/keeper/integration_placelimitorder_test.go b/x/dex/keeper/integration_placelimitorder_test.go index f1a530681..291be4f13 100644 --- a/x/dex/keeper/integration_placelimitorder_test.go +++ b/x/dex/keeper/integration_placelimitorder_test.go @@ -243,7 +243,7 @@ func (s *DexTestSuite) TestPlaceLimitOrderInsufficientFunds() { s.assertAliceLimitSellFails(err, "TokenA", 0, 10) } -func (s *DexTestSuite) TestPlaceLimitOrderWithDustMinAvgPriceFails() { +func (s *DexTestSuite) TestPlaceLimitOrderGTCWithDustMinAvgPriceFails() { s.fundAliceBalances(1, 0) s.fundBobBalances(0, 1) // GIVEN LP liq at 148.37-148.42 (with dust) @@ -268,7 +268,7 @@ func (s *DexTestSuite) TestPlaceLimitOrderWithDustMinAvgPriceFails() { s.ErrorIs(err, types.ErrLimitPriceNotSatisfied) } -func (s *DexTestSuite) TestPlaceLimitOrderWithDustMinAvgPrice() { +func (s *DexTestSuite) TestPlaceLimitOrderGTCWithDustMinAvgPrice() { s.fundAliceBalances(1, 0) s.fundBobBalances(0, 1) // GIVEN LP liq at 148.37-148.42 (with dust)