From 2320dc2f36322ec123c0ac7273fd7888e6997041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Schieli?= Date: Sun, 19 Sep 2021 06:56:18 +0200 Subject: [PATCH] Fix comment in test for bug #86 --- test/integration/signals.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/signals.test.js b/test/integration/signals.test.js index 1765966..f689d06 100644 --- a/test/integration/signals.test.js +++ b/test/integration/signals.test.js @@ -241,7 +241,7 @@ test('regression #64: adding multiple listeners to a signal', async () => { expect(cb3).toHaveBeenCalledTimes(2); }); -test('bug #XXX: signals dont get lost when no previous method calls have been made', async () => { +test('bug #86: signals dont get lost when no previous method calls have been made', async () => { // clear the name owners cache from previous tests bus._nameOwners = {};