Skip to content

Commit 2f2a171

Browse files
committed
Work in progress on acceptance test TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent 1f75c56 commit 2f2a171

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
@@ -1231,7 +1231,7 @@ class TestScopeA:
12311231
@pytest.fixture(scope='class', autouse=True)
12321232
def distributed_setup_and_teardown(
12331233
cls,
1234-
iso_scheduling: IsoSchedulingFixture
1234+
iso_scheduling: IsoSchedulingFixture,
12351235
request: pytest.FixtureRequest):
12361236
with iso_scheduling.coordinate_setup_teardown(
12371237
setup_request=request) as coordinator:

0 commit comments

Comments
 (0)