Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SionoiS committed Nov 29, 2024
1 parent c6e341f commit 3dbd22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/factory/test_node_factory.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ suite "Node Factory":
node.wakuStore.isNil()
node.wakuFilter.isNil()
not node.wakuStoreClient.isNil()
not node.rendezvous.isNil()
not node.wakuRendezvous.isNil()

test "Set up a node with Store enabled":
var conf = defaultTestWakuNodeConf()
Expand Down

0 comments on commit 3dbd22f

Please sign in to comment.