Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jun 15, 2022
1 parent 704179f commit bc27515
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 @@ -89,7 +89,7 @@ func TestMsgAggregateExchangeRateVote(t *testing.T) {
validSalt := "0cf33fb528b388660c3a42c3f3250e983395290b75fef255050fb5bc48a6025f"
saltWithColon := "0cf33fb528b388660c3a42c3f3250e983395290b75fef255050fb5bc48a6025:"
msgInvalidSalt := "invalid salt length; must be 64"
msgInvalidOverflowValue := "overflow: invalid exchange rate"
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"
msgInvalidFeederAddr := "invalid feeder address (empty address string is not allowed): invalid address"
Expand Down

0 comments on commit bc27515

Please sign in to comment.