Skip to content

Commit 2efd551

Browse files
committed
fix(tests): Pytester import
Fixes (#441)
1 parent 9828540 commit 2efd551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_plugin.py

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

77

88
def test_plugin(
9-
pytester: _pytest.pytester.Pytester,
9+
pytester: pytest.Pytester,
1010
monkeypatch: pytest.MonkeyPatch,
1111
) -> None:
1212
# Initialize variables

0 commit comments

Comments
 (0)