Fix nim syntax

This commit is contained in:
Arnaud 2025-03-30 20:50:15 +02:00
parent 2eae74c091
commit a1d0d42140
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -51,7 +51,7 @@ suite "Websocket re-subscriptions":
await sleepAsync((resubscribeInterval + 1).seconds)
# The previous subscription should not be in the log filters
check not (id in subscriptions.logFilters)
check id notin subscriptions.logFilters
# There is still one subscription which is the new one
check subscriptions.logFilters.len == 1