Skip to content

Commit 6dc7c3b

Browse files
committed
Address comments
1 parent d746dfb commit 6dc7c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ expectType<rclnodejs.NamesAndTypesQueryResult[]>(node.getTopicNamesAndTypes());
6868
expectType<string[]>(node.getNodeNames());
6969
expectType<rclnodejs.NodeNamesQueryResult[]>(node.getNodeNamesAndNamespaces());
7070
expectType<rclnodejs.NodeNamesQueryResultWithEnclaves[]>(
71-
node.getNodeNamesAndNamespacesEnclaves()
71+
node.getNodeNamesAndNamespacesWithEnclaves()
7272
);
7373
expectType<Array<object>>(node.getPublishersInfoByTopic('topic', false));
7474
expectType<Array<object>>(node.getSubscriptionsInfoByTopic('topic', false));

0 commit comments

Comments
 (0)