Skip to content

Commit

Permalink
function scope state for cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Oct 29, 2023
1 parent 2ef2c01 commit 19caaf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from io import StringIO


@pytest.fixture(scope="module")
@pytest.fixture(scope="function")
def test_state(syn: Synapse, project: Project, schedule_for_cleanup):
class State:
def __init__(self):
Expand Down

0 comments on commit 19caaf3

Please sign in to comment.