From d48854eeb750b3441f866b610b873bba54d00a85 Mon Sep 17 00:00:00 2001 From: Forostovec Date: Wed, 1 Oct 2025 17:41:20 +0300 Subject: [PATCH] chore: Remove unused KVStoreKey field from DeterministicTestSuite in auth keeper tests (#25378) --- x/auth/keeper/deterministic_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/x/auth/keeper/deterministic_test.go b/x/auth/keeper/deterministic_test.go index 7cd1d5d749..b56efa4413 100644 --- a/x/auth/keeper/deterministic_test.go +++ b/x/auth/keeper/deterministic_test.go @@ -31,7 +31,6 @@ type DeterministicTestSuite struct { accountNumberLanes uint64 - key *storetypes.KVStoreKey storeService corestore.KVStoreService ctx sdk.Context queryClient types.QueryClient @@ -82,7 +81,6 @@ func (suite *DeterministicTestSuite) SetupTest() { types.RegisterQueryServer(queryHelper, keeper.NewQueryServer(suite.accountKeeper)) suite.queryClient = types.NewQueryClient(queryHelper) - suite.key = key suite.storeService = storeService suite.maccPerms = maccPerms suite.accountNumberLanes = 1