Skip to content

Commit d9f25f7

Browse files
committed
change fixtures from class to function
1 parent 48a3e3a commit d9f25f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/synapseclient/models/async/test_curation_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def init(self, syn: Synapse, schedule_for_cleanup: Callable[..., None]) -> None:
371371
self.syn = syn
372372
self.schedule_for_cleanup = schedule_for_cleanup
373373

374-
@pytest.fixture(scope="class")
374+
@pytest.fixture(scope="function")
375375
async def folder_with_view(
376376
self,
377377
project_model: Project,
@@ -413,7 +413,7 @@ async def folder_with_view(
413413

414414
return folder, entity_view
415415

416-
@pytest.fixture(scope="class")
416+
@pytest.fixture(scope="function")
417417
async def folder_with_record_set(
418418
self,
419419
project_model: Project,

0 commit comments

Comments
 (0)