Skip to content

Commit 5bc7a54

Browse files
committed
test: unskip tests
Now that the global state is not polluted anymore.
1 parent ec6f3d5 commit 5bc7a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/reliable_channel/reliable_channel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe("Reliable Channel", () => {
186186
});
187187

188188
// TODO: https://github.com/waku-org/js-waku/issues/2648
189-
it.skip("Outgoing message is possibly acknowledged", async () => {
189+
it("Outgoing message is possibly acknowledged", async () => {
190190
const commonEventEmitter = new TypedEventEmitter<MockWakuEvents>();
191191
const mockWakuNodeAlice = new MockWakuNode(commonEventEmitter);
192192
const mockWakuNodeBob = new MockWakuNode(commonEventEmitter);

0 commit comments

Comments
 (0)