Skip to content

Commit

Permalink
Swap test state to function scope
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Oct 28, 2023
1 parent 9bbba97 commit 41e2934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/synapseutils/test_synapseutils_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 41e2934

Please sign in to comment.