Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <shrenuj@dydx.exchange>
  • Loading branch information
shrenujb committed Jul 31, 2024
1 parent 701accd commit 4d3d6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/x/listing/keeper/listing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestCreateMarket(t *testing.T) {
ticker: "TEST-USD",
expectedErr: nil,
},
"failure - invalid market": {
"failure - market not found": {
ticker: "INVALID-USD",
expectedErr: types.ErrMarketNotFound,
},
Expand Down Expand Up @@ -104,7 +104,7 @@ func TestCreatePerpetual(t *testing.T) {
referencePrice: 0,
expectedErr: types.ErrReferencePriceZero,
},
"failure - invalid market": {
"failure - market not found": {
ticker: "INVALID-USD",
expectedErr: types.ErrMarketNotFound,
},
Expand Down

0 comments on commit 4d3d6c5

Please sign in to comment.