From 30ab272e065fbd6694516079cf982fbd54735def Mon Sep 17 00:00:00 2001 From: Carlton N Hanna Date: Wed, 18 Oct 2023 17:33:19 -0600 Subject: [PATCH] fix test --- app/upgrades_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/upgrades_test.go b/app/upgrades_test.go index e425eb5a48..e7aff1c562 100644 --- a/app/upgrades_test.go +++ b/app/upgrades_test.go @@ -878,8 +878,8 @@ func (s *UpgradeTestSuite) TestAddMarkerNavs() { s.Require().NoError(s.app.MarkerKeeper.AddSetNetAssetValues(s.ctx, hasnavcoin, []markertypes.NetAssetValue{presentnav}, "test")) addMarkerNavs(s.ctx, s.app, map[string]markertypes.NetAssetValue{ - "testcoininlist": markertypes.NetAssetValue{Price: sdk.NewInt64Coin(markertypes.UsdDenom, int64(12345)), Volume: uint64(1)}, - }) + "testcoininlist": {Price: sdk.NewInt64Coin(markertypes.UsdDenom, int64(12345)), Volume: uint64(1)}, + }, markertypes.NetAssetValue{Price: sdk.NewInt64Coin(markertypes.UsdDenom, int64(150)), Volume: uint64(1)}) tests := []struct { name string