From 58a83caddc1e02d4c31ba72f8712f7a8a05df456 Mon Sep 17 00:00:00 2001 From: Volodymyr Buhai Date: Fri, 3 Jan 2025 20:00:51 +0200 Subject: [PATCH] Update e2e_convert_cosmos_coins_test.go --- tests/e2e/e2e_convert_cosmos_coins_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/e2e/e2e_convert_cosmos_coins_test.go b/tests/e2e/e2e_convert_cosmos_coins_test.go index 9a913d87..acc181d6 100644 --- a/tests/e2e/e2e_convert_cosmos_coins_test.go +++ b/tests/e2e/e2e_convert_cosmos_coins_test.go @@ -34,8 +34,7 @@ const initialCosmosCoinConversionDenomFunds = int64(1e4) func setupConvertToCoinTest( suite *IntegrationTestSuite, accountName string, ) (denom string, initialFunds sdk.Coins, user *testutil.SigningAccount) { - // we expect a denom to be registered to the allowed denoms param - // and for the funded account to have a balance for that denom +// Query for allowed denoms from parameters params, err := suite.ZgChain.Grpc.Query.Evmutil.Params( context.Background(), &evmutiltypes.QueryParamsRequest{},