From 41e2934df9803b30507f0fff6578545fab10c2a1 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:48:23 -0700 Subject: [PATCH] Swap test state to function scope --- tests/integration/synapseutils/test_synapseutils_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):