Skip to content

Commit c896b7b

Browse files
committed
Rename fixture
1 parent 8137ef0 commit c896b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@pytest.fixture(autouse=True, scope="session")
11-
def apply_runtime_patches() -> None:
11+
def apply_patches() -> None:
1212
"""Apply runtime patches once before any tests run."""
1313
from deepnote_toolkit.runtime_patches import apply_runtime_patches
1414

0 commit comments

Comments
 (0)