Skip to content

Commit

Permalink
Fix comment in test for bug dbusjs#86
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrik committed Sep 19, 2021
1 parent ac7b17a commit 2320dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/signals.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};

Expand Down

0 comments on commit 2320dc2

Please sign in to comment.