Skip to content

Commit cc42f20

Browse files
committed
Fixed TestFenceA/B search patterin in acceptance test TestIsoScope.test_multi_scope_with_insufficient_fence.
1 parent e32ca3f commit cc42f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,10 +1355,10 @@ def test2(self):
13551355
assert counts_by_worker_a[worker] == 2
13561356

13571357
counts_by_worker_fence_a = get_workers_and_test_count_by_prefix(
1358-
"fence_tests.py::FenceA", result.outlines
1358+
"fence_tests.py::TestFenceA", result.outlines
13591359
)
13601360
counts_by_worker_fence_b = get_workers_and_test_count_by_prefix(
1361-
"fence_tests.py::FenceB", result.outlines
1361+
"fence_tests.py::TestFenceB", result.outlines
13621362
)
13631363

13641364
assert len(counts_by_worker_fence_a) == 1

0 commit comments

Comments
 (0)