Skip to content

Commit

Permalink
fixed test_partition_2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jun 20, 2024
1 parent 4874c85 commit aa01cc1
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 @@ -656,7 +656,7 @@ def test_deadline_missed(child_sub, samples_sent, timeout):
'Test_Partition_2' : {
'apps' : ['-P -t Square -p "p1" -c BLUE', '-P -t Square -p "x1" -c RED', '-S -t Square -p "p*"'],
'check_function' : test_color_receivers,
'expected_codes' : [ReturnCode.OK, ReturnCode.OK, ReturnCode.RECEIVING_FROM_ONE],
'expected_codes' : [ReturnCode.OK, ReturnCode.READER_NOT_MATCHED, ReturnCode.RECEIVING_FROM_ONE],
'title' : 'Communication between publisher and subscriber using a partition expression',
'description' : ' '
},
Expand Down

0 comments on commit aa01cc1

Please sign in to comment.