diff --git a/tests/integration/synapseutils/test_synapseutils_sync.py b/tests/integration/synapseutils/test_synapseutils_sync.py index 1d4396a0d..d8e38c7da 100644 --- a/tests/integration/synapseutils/test_synapseutils_sync.py +++ b/tests/integration/synapseutils/test_synapseutils_sync.py @@ -15,7 +15,7 @@ from tests.integration import QUERY_TIMEOUT_SEC -@pytest.fixture(scope="module", autouse=True) +@pytest.fixture(scope="function", autouse=True) def test_state(syn: Synapse, schedule_for_cleanup): class TestState: def __init__(self):