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 e32ca3f commit cc42f20Copy full SHA for cc42f20
testing/acceptance_test.py
@@ -1355,10 +1355,10 @@ def test2(self):
1355
assert counts_by_worker_a[worker] == 2
1356
1357
counts_by_worker_fence_a = get_workers_and_test_count_by_prefix(
1358
- "fence_tests.py::FenceA", result.outlines
+ "fence_tests.py::TestFenceA", result.outlines
1359
)
1360
counts_by_worker_fence_b = get_workers_and_test_count_by_prefix(
1361
- "fence_tests.py::FenceB", result.outlines
+ "fence_tests.py::TestFenceB", result.outlines
1362
1363
1364
assert len(counts_by_worker_fence_a) == 1
0 commit comments