diff --git a/x/metoken/keeper/mocks_test.go b/x/metoken/keeper/mocks_test.go index 32f3f90e69..90341e0571 100644 --- a/x/metoken/keeper/mocks_test.go +++ b/x/metoken/keeper/mocks_test.go @@ -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(