Skip to content

Commit

Permalink
fix: update modularity test
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed May 27, 2024
1 parent 7ae284d commit 2858314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/modularity.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ def query_and_queryable(args):
if args.attachment == 1:
z_query_expected_output = """Opening session...
Sending Query 'demo/example/**'...
>> Received ('demo/example/zenoh-pico-queryable': 'Queryable from Pico!')
>> Received ('demo/example/**': 'Queryable from Pico!')
Attachement found
>>> hello: world
>> Received query final notification"""
else:
z_query_expected_output = """Opening session...
Sending Query 'demo/example/**'...
>> Received ('demo/example/zenoh-pico-queryable': 'Queryable from Pico!')
>> Received ('demo/example/**': 'Queryable from Pico!')
>> Received query final notification"""
else:
z_query_expected_output = """Opening session...
Expand All @@ -189,15 +189,15 @@ def query_and_queryable(args):
z_queryable_expected_output = """Opening session...
Creating Queryable on 'demo/example/zenoh-pico-queryable'...
Press CTRL-C to quit...
>> [Queryable handler] Received Query 'demo/example/**?'
>> [Queryable handler] Received Query 'demo/example/**'
Attachement found
>>> hi: there
"""
else:
z_queryable_expected_output = """Opening session...
Creating Queryable on 'demo/example/zenoh-pico-queryable'...
Press CTRL-C to quit...
>> [Queryable handler] Received Query 'demo/example/**?'
>> [Queryable handler] Received Query 'demo/example/**'
"""
else:
z_queryable_expected_output = """Opening session...
Expand Down

0 comments on commit 2858314

Please sign in to comment.