Skip to content

Commit

Permalink
Fix errors in tool_topics_dds_no_config test
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Jan 8, 2024
1 parent e4aacf7 commit 1fc0a89
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ def __init__(self):
config='',
arguments_dds=[],
arguments_spy=[],
commands_spy=['topic HelloWorldTopic'],
output=""">> \x1b[0m- name: HelloWorldTopic\n\
\n\
commands_spy=['topics'],
output="""- name: HelloWorldTopic\n\
type: HelloWorld\n\
\n\
datawriters: 1\n\
\n\
datareaders: 0\n\
\n\
rate: %%rate%%\n"""
)

0 comments on commit 1fc0a89

Please sign in to comment.