Skip to content

Commit

Permalink
Fix test-dds-control-reply
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadMeir committed Feb 5, 2025
1 parent eb889f6 commit 1332f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unit-tests/dds/test-control-reply.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,5 @@ def control( device, json, n=1 ):
test.check_equal( reply_count[device.guid()], dev1_replies + 1 )
test.check_equal( reply_count[device2.guid()], dev2_replies + 1 )

device = None

test.print_results()

0 comments on commit 1332f29

Please sign in to comment.