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

This commit is contained in:
Forostovec 2025-10-01 17:41:20 +03:00 committed by GitHub
parent e61ee1d389
commit d48854eeb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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