Skip to content

Commit 5bdeee6

Browse files
committed
Fix test name
1 parent 1bd6998 commit 5bdeee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/feature/test_outline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_outline(request):
7979
# fmt: on
8080

8181

82-
def test_wrongly_outlined(testdir):
82+
def test_unused_params(testdir):
8383
"""Test parametrized scenario when the test function lacks parameters."""
8484

8585
testdir.makefile(

0 commit comments

Comments
 (0)