Skip to content

Commit d002843

Browse files
committed
Fixup
1 parent e725c09 commit d002843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_lazyfixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def pytest_runtest_setup(item):
2727

2828

2929
def pytest_runtest_teardown(item, nextitem):
30-
""" Add support for the pytest-rerun-failures plugin"""
30+
""" Add support for the pytest-rerunfailures plugin"""
3131
if get_reruns_count:
3232
reruns = get_reruns_count(item)
3333
if reruns is None:

0 commit comments

Comments
 (0)