Skip to content

Commit b1e3a35

Browse files
author
Cornelius Riemenschneider
committed
Fix Copy-Paste error.
1 parent bddeba9 commit b1e3a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def test(self, i):
903903
test_a_workers_and_test_count = get_workers_and_test_count_by_prefix(
904904
'test_a.py::TestA', result.outlines)
905905
test_b_workers_and_test_count = get_workers_and_test_count_by_prefix(
906-
'test_b.py::TestB', result.outlines)
906+
'test_a.py::TestB', result.outlines)
907907

908908
assert test_a_workers_and_test_count in ({'gw0': 10}, {'gw1': 0}) or \
909909
test_a_workers_and_test_count in ({'gw0': 0}, {'gw1': 10})

0 commit comments

Comments
 (0)