Skip to content

Commit

Permalink
fixing test color0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jun 21, 2024
1 parent 5c2b05d commit 6f26c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def test_deadline_missed(child_sub, samples_sent, timeout):

# COLOR
'Test_Color_0' : {
'apps' : ['-P -t Square -r -c BLUE', '-P -t -r Square -c RED', '-S -t -r Square -c RED'],
'apps' : ['-P -t Square -r -c BLUE', '-P -t Square -r -c RED', '-S -t Square -r -c RED'],
'expected_codes' : [ReturnCode.OK, ReturnCode.OK, ReturnCode.RECEIVING_FROM_ONE],
'check_function' : test_color_receivers,
'title' : 'Use of Content filter to avoid receiving undesired data',
Expand Down

0 comments on commit 6f26c91

Please sign in to comment.