Skip to content

Commit f3fead1

Browse files
committed
address comments
1 parent 9c69649 commit f3fead1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-service.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ describe('Test service class', function () {
9696

9797
it('Test loggerName', function () {
9898
const node = rclnodejs.createNode('test_node');
99+
const AddTwoInts = 'example_interfaces/srv/AddTwoInts';
99100
const service = node.createService(
100-
'example_interfaces/srv/AddTwoInts',
101+
AddTwoInts,
101102
'add_two_ints',
102103
{ qos: rclnodejs.QoS.profileSystemDefault },
103104
(request, response) => {

0 commit comments

Comments
 (0)