Skip to content

Commit c09221d

Browse files
Fix a tiny bug in a test
1 parent badff1b commit c09221d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/python/fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4574,6 +4574,7 @@ def test_4(param):
45744574
pass
45754575
"""
45764576
),
4577+
encoding="utf-8",
45774578
)
45784579
result = pytester.runpytest("--collect-only")
45794580
result.stdout.re_match_lines(

0 commit comments

Comments
 (0)