Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Oct 23, 2024
1 parent 756af23 commit 7c31337
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocol/x/prices/types/message_update_market_param_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func TestMsgUpdateMarketParam_ValidateBasic(t *testing.T) {
Authority: testutil.ValidAuthority,
MarketParam: types.MarketParam{
Pair: "",
MinExchanges: 1,
MinPriceChangePpm: 1_000,
},
},
Expand All @@ -53,7 +52,6 @@ func TestMsgUpdateMarketParam_ValidateBasic(t *testing.T) {
Authority: testutil.ValidAuthority,
MarketParam: types.MarketParam{
Pair: "test",
MinExchanges: 2,
MinPriceChangePpm: 0,
},
},
Expand Down

0 comments on commit 7c31337

Please sign in to comment.