Skip to content

Commit

Permalink
fix oracle cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Feb 8, 2024
1 parent f62e63a commit 1621e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/client/tests/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (s *IntegrationTestSuite) TestQueryExchangeRates() {
s.Require().NoError(clientCtx.Codec.UnmarshalJSON(out.Bytes(), &res))

s.Require().Len(res.ExchangeRates, 1)
s.Require().Equal(res.ExchangeRates[0].Denom, appparams.DisplayDenom)
s.Require().Equal(res.ExchangeRates[0].Denom, appparams.LegacyDisplayDenom)
s.Require().False(res.ExchangeRates[0].Amount.IsZero())
}

Expand Down

0 comments on commit 1621e95

Please sign in to comment.