Skip to content

Commit

Permalink
test adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Jan 30, 2025
1 parent de1f39e commit cab9cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/node/test_wakunode_filter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ suite "Waku Filter - End to End":
)

discard await wakuFilter.subscriptions.addSubscription(
clientPeerId, filterCriteria.toHashSet(), peerManager
clientPeerId, filterCriteria.toHashSet()
)

let
Expand Down Expand Up @@ -605,7 +605,6 @@ suite "Waku Filter - End to End":
await wakuFilter.subscriptions.addSubscription(
peers[index].switch.peerInfo.peerId,
@[(DefaultPubsubTopic, DefaultContentTopic)].toHashSet(),
peerManager,
)
).isOkOr:
assert false, $error
Expand Down

0 comments on commit cab9cd7

Please sign in to comment.