Skip to content

Commit c426e1c

Browse files
committed
Fix test failure of destoryService()
1 parent e623774 commit c426e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-extra-destroy-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('Node extra destroy methods testing', function () {
105105
);
106106

107107
node.destroyService(service);
108-
assert.deepStrictEqual(node._services.length, 5);
108+
assert.deepStrictEqual(node._services.length, 6);
109109
});
110110

111111
it('destroyTimer()', function () {

0 commit comments

Comments
 (0)