Skip to content

Commit

Permalink
Fix modularity test
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jul 8, 2024
1 parent 8d4161f commit 1cce1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modularity.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def query_and_queryable(args):
if args.queryable == 1:
z_query_expected_output = """Opening session...
Sending Query 'demo/example/**'...
>> Received ('demo/example/**': 'Queryable from Pico!')
>> Received PUT ('demo/example/**': 'Queryable from Pico!')
>> Received query final notification"""
else:
z_query_expected_output = """Opening session...
Expand Down

0 comments on commit 1cce1df

Please sign in to comment.