chore: Remove unused KVStoreKey field from DeterministicTestSuite in auth keeper tests (#25378)

This commit is contained in:
Forostovec
2025-10-01 14:41:20 +00:00
committed by GitHub
parent e61ee1d389
commit d48854eeb7
-2
View File
@@ -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