fix linting

This commit is contained in:
stubbsta 2026-06-04 11:57:46 +02:00
parent 2867ebb74f
commit 2f0f346d9e
No known key found for this signature in database

View File

@ -162,7 +162,8 @@ suite "Onchain group manager":
test "trackRootChanges: oldest roots are evicted once the window is exceeded":
const
initialCount = AcceptableRootWindowSize - RlnContractRootCacheSize
additionalCount = RlnContractRootCacheSize + 1 # one more than the cache size to ensure eviction occurs
additionalCount = RlnContractRootCacheSize + 1
# one more than the cache size to ensure eviction occurs
let credentials = generateCredentials(initialCount + additionalCount)
(waitFor manager.init()).isOkOr:
raiseAssert $error