Skip to content

Commit

Permalink
Fix a tiny bug in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Jul 21, 2023
1 parent badff1b commit c09221d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/python/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4574,6 +4574,7 @@ def test_4(param):
pass
"""
),
encoding="utf-8",
)
result = pytester.runpytest("--collect-only")
result.stdout.re_match_lines(
Expand Down

0 comments on commit c09221d

Please sign in to comment.