Skip to content

Commit

Permalink
Restore the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
minggangw committed Jan 19, 2024
1 parent 7a68003 commit af19467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-security-related.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('Fuzzing API calls testing', function () {
const RclString = 'std_msgs/msg/String';
const AddTwoInts = 'example_interfaces/srv/AddTwoInts';

var publisher = node.createPublisher(RclString, 'chatter9', {willCheckConsistency: true});
var publisher = node.createPublisher(RclString, 'chatter9');
var subscription = node.createSubscription(RclString, 'chatter9', () => {});
var client = node.createClient(AddTwoInts, 'add_two_ints');
var service = node.createService(
Expand Down

0 comments on commit af19467

Please sign in to comment.