Skip to content

Commit

Permalink
test: update attachment test
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Jun 26, 2024
1 parent ff15e50 commit 5c8c614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,27 @@ def pub_and_sub():
Declaring Subscriber on 'demo/example/**'...
Press CTRL-C to quit...
>> [Subscriber] Received ('demo/example/zenoh-pico-pub': '[ 0] Pub from Pico!')
with encoding: text/plain;utf8
with attachment:
0: source, C
1: index, 0
>> [Subscriber] Received ('demo/example/zenoh-pico-pub': '[ 1] Pub from Pico!')
with encoding: text/plain;utf8
with attachment:
0: source, C
1: index, 1
>> [Subscriber] Received ('demo/example/zenoh-pico-pub': '[ 2] Pub from Pico!')
with encoding: text/plain;utf8
with attachment:
0: source, C
1: index, 2
>> [Subscriber] Received ('demo/example/zenoh-pico-pub': '[ 3] Pub from Pico!')
with encoding: text/plain;utf8
with attachment:
0: source, C
1: index, 3
>> [Subscriber] Received ('demo/example/zenoh-pico-pub': '[ 4] Pub from Pico!')
with encoding: text/plain;utf8
with attachment:
0: source, C
1: index, 4'''
Expand Down

0 comments on commit 5c8c614

Please sign in to comment.