Skip to content

Commit 2cb4dd3

Browse files
committed
fix: update fixture repr in text
1 parent 43776fc commit 2cb4dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_assertrewrite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def test_something(): # missing "fixt" argument
989989
)
990990
result = pytester.runpytest()
991991
result.stdout.fnmatch_lines(
992-
["*assert pytest_fixture(<function fixt at *>) == 42*"]
992+
["*assert <pytest_fixture(<function fixt at *>)> == 42*"]
993993
)
994994

995995

0 commit comments

Comments
 (0)