We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8ca58 commit e623774Copy full SHA for e623774
test/test-extra-destroy-methods.js
@@ -93,7 +93,7 @@ describe('Node extra destroy methods testing', function () {
93
const AddTwoInts = 'example_interfaces/srv/AddTwoInts';
94
// const AddTwoInts = rclnodejs.require('example_interfaces/srv/AddTwoInts');
95
var service = node.createService(AddTwoInts, 'add_two_ints', () => {});
96
- assert.deepStrictEqual(node._services.length, 6);
+ assert.deepStrictEqual(node._services.length, 7);
97
98
assertThrowsError(
99
function () {
0 commit comments