Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kosegor committed Nov 14, 2023
1 parent ff703cd commit 6af1f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metoken/keeper/mocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (o Oracle) AllMedianPrices(_ sdk.Context) otypes.Prices {
return o.prices
}

func (o Oracle) SetExchangeRateWithEvent(_ sdk.Context, denom string, rate sdk.Dec) {
func (o *Oracle) SetExchangeRateWithEvent(_ sdk.Context, denom string, rate sdk.Dec) {
o.prices = append(
o.prices, otypes.Price{
ExchangeRateTuple: otypes.NewExchangeRateTuple(
Expand Down

0 comments on commit 6af1f31

Please sign in to comment.