Skip to content

Commit 9d2a916

Browse files
committed
fix: update fixture repr in text
1 parent 89028de commit 9d2a916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testing/test_assertrewrite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def test_something(): # missing "fixt" argument
758758
)
759759
result = pytester.runpytest()
760760
result.stdout.fnmatch_lines(
761-
["*assert pytest_fixture(<function fixt at *>) == 42*"]
761+
["*assert <pytest_fixture(<function fixt at *>)> == 42*"]
762762
)
763763

764764

0 commit comments

Comments
 (0)