Skip to content

Commit e623774

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

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
@@ -93,7 +93,7 @@ describe('Node extra destroy methods testing', function () {
9393
const AddTwoInts = 'example_interfaces/srv/AddTwoInts';
9494
// const AddTwoInts = rclnodejs.require('example_interfaces/srv/AddTwoInts');
9595
var service = node.createService(AddTwoInts, 'add_two_ints', () => {});
96-
assert.deepStrictEqual(node._services.length, 6);
96+
assert.deepStrictEqual(node._services.length, 7);
9797

9898
assertThrowsError(
9999
function () {

0 commit comments

Comments
 (0)