Skip to content

Commit

Permalink
Add length check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle committed Oct 25, 2024
1 parent 64ad39e commit 316029d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testmodule/providers/jsonrpc/testJsonRpcSubscriptions.nim
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ suite "HTTP polling subscriptions - filter not found":

check subscriptions.filters[id] == filter
check subscriptions.subscriptionMapping[id] == id
check subscriptions.filters.len == 1
check subscriptions.subscriptionMapping.len == 1

mockServer.invalidateFilter(id)

Expand Down

0 comments on commit 316029d

Please sign in to comment.