From 6af1f3131668fcc9da73ffffb5c6bc79418dd6e2 Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Tue, 14 Nov 2023 10:18:49 -0300 Subject: [PATCH] fix test --- x/metoken/keeper/mocks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(