We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddeba9 commit b1e3a35Copy full SHA for b1e3a35
testing/acceptance_test.py
@@ -903,7 +903,7 @@ def test(self, i):
903
test_a_workers_and_test_count = get_workers_and_test_count_by_prefix(
904
'test_a.py::TestA', result.outlines)
905
test_b_workers_and_test_count = get_workers_and_test_count_by_prefix(
906
- 'test_b.py::TestB', result.outlines)
+ 'test_a.py::TestB', result.outlines)
907
908
assert test_a_workers_and_test_count in ({'gw0': 10}, {'gw1': 0}) or \
909
test_a_workers_and_test_count in ({'gw0': 0}, {'gw1': 10})
0 commit comments