mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
fix linting
This commit is contained in:
parent
2867ebb74f
commit
2f0f346d9e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user