diff --git a/src/lib/node.spec.ts b/src/lib/node.spec.ts index 50f87ac8b2..65bc992a81 100644 --- a/src/lib/node.spec.ts +++ b/src/lib/node.spec.ts @@ -20,7 +20,6 @@ test('Publishes message', async (t) => { await node1.dial(node2.peerId); await wakuRelayNode1.subscribe(); - await wakuRelayNode2.subscribe(); // Setup the promise before publishing to ensure the event is not missed const promise = waitForNextData(node1.pubsub);