Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Feb 7, 2023
1 parent e74d73e commit 7909e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/types/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestMsgAggregateExchangeRateVote(t *testing.T) {
msgInvalidSalt := "invalid salt length; must be 64"
msgInvalidOverflowValue := "out of range; bitLen:"
msgInvalidHexString := "salt must be a valid hex string: invalid salt format"
msgInvalidUnknownRequest := "must provide at least one oracle exchange rate: unknown request"
msgInvalidUnknownRequest := "must provide at least one oracle exchange rate: invalid request"
msgInvalidFeederAddr := "invalid feeder address (empty address string is not allowed): invalid address"
msgInvalidOperatorAddr := "invalid operator address (empty address string is not allowed): invalid address"
msgInvalidOraclePrice := "failed to parse exchange rates string cause: invalid oracle price: invalid coins"
Expand Down

0 comments on commit 7909e6d

Please sign in to comment.