From 8fc27f7f8e502f75e1d9a12d1503289a3dd3ea64 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Sat, 8 Oct 2022 01:35:55 +0530 Subject: [PATCH] Comment out linter failing icamauth function --- x/icamauth/keeper/keeper_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/icamauth/keeper/keeper_test.go b/x/icamauth/keeper/keeper_test.go index 4adbca95ea0..e6ef0019c09 100644 --- a/x/icamauth/keeper/keeper_test.go +++ b/x/icamauth/keeper/keeper_test.go @@ -4,7 +4,6 @@ import ( "encoding/json" "testing" - sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v5/modules/apps/27-interchain-accounts/types" channeltypes "github.com/cosmos/ibc-go/v5/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v5/testing" @@ -21,7 +20,7 @@ var ( // https://github.com/cosmos/cosmos-sdk/issues/10225 // // TestAccAddress defines a reusable bech32 address for testing purposes - TestAccAddress = icatypes.GenerateAddress(sdk.Context{}, ibctesting.FirstConnectionID, TestPortID) + // TestAccAddress = icatypes.GenerateAddress(sdk.Context{}, ibctesting.FirstConnectionID, TestPortID) // TestOwnerAddress defines a reusable bech32 address for testing purposes TestOwnerAddress = "cosmos17dtl0mjt3t77kpuhg2edqzjpszulwhgzuj9ljs"