From 0099c3b9444991f3e4516d733746603a575291e6 Mon Sep 17 00:00:00 2001 From: Damian Nolan Date: Wed, 11 Sep 2024 11:30:35 +0200 Subject: [PATCH] fix: attempt to force import of staking types --- modules/apps/27-interchain-accounts/host/keeper/keeper_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go index 156180e9603..c7aafc1387f 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go @@ -6,6 +6,7 @@ import ( "github.com/stretchr/testify/suite" + _ "cosmossdk.io/api/cosmos/staking/v1beta1" // workaround to successfully retrieve staking module safe queries authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" genesistypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/genesis/types"