From 03ec601b789b7944c61c0fb2e6e6816d54110d97 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:41:51 +0200 Subject: [PATCH] fix: minor --- x/amm/types/tvl_test.go | 1 + x/amm/types/types_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/x/amm/types/tvl_test.go b/x/amm/types/tvl_test.go index 19faec74d..c1aaa28eb 100644 --- a/x/amm/types/tvl_test.go +++ b/x/amm/types/tvl_test.go @@ -6,6 +6,7 @@ import ( "github.com/cometbft/cometbft/crypto/ed25519" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/elys-network/elys/x/amm/types" + ptypes "github.com/elys-network/elys/x/parameter/types" ) func (suite *TestSuite) TestTVL() { diff --git a/x/amm/types/types_test.go b/x/amm/types/types_test.go index ad83479f8..29836e480 100644 --- a/x/amm/types/types_test.go +++ b/x/amm/types/types_test.go @@ -13,6 +13,7 @@ import ( simapp "github.com/elys-network/elys/app" oracletypes "github.com/elys-network/elys/x/oracle/types" + ptypes "github.com/elys-network/elys/x/parameter/types" ) const (