From 0488badede4ba6a6d1ea83fe8756f8449b29858b Mon Sep 17 00:00:00 2001 From: Francisco de Borja Aranda Castillejo Date: Wed, 21 Aug 2024 14:43:28 +0200 Subject: [PATCH] new generated mocks --- testutil/keeper/mocks/crosschain/fungible.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testutil/keeper/mocks/crosschain/fungible.go b/testutil/keeper/mocks/crosschain/fungible.go index 0988e905b7..f7445a0785 100644 --- a/testutil/keeper/mocks/crosschain/fungible.go +++ b/testutil/keeper/mocks/crosschain/fungible.go @@ -8,11 +8,9 @@ import ( common "github.com/ethereum/go-ethereum/common" coin "github.com/zeta-chain/zetacore/pkg/coin" - - evmtypes "github.com/zeta-chain/ethermint/x/evm/types" - crosschaintypes "github.com/zeta-chain/zetacore/x/crosschain/types" + evmtypes "github.com/zeta-chain/ethermint/x/evm/types" fungibletypes "github.com/zeta-chain/zetacore/x/fungible/types"