Skip to content

Commit

Permalink
re-add function scope
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Jul 6, 2023
1 parent 4c8ac5c commit 430129c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class TestBigQueryStoreTestFailures(StoreTestFailuresBase):
@pytest.fixture(autouse=True)
@pytest.fixture(scope="function", autouse=True)
def teardown_method(self, project):
yield
relation = project.adapter.Relation.create(
Expand Down

0 comments on commit 430129c

Please sign in to comment.