Skip to content

Commit bce848b

Browse files
committed
Merge branch 'fix-issue-13817' of https://github.com/thartline35/pytest into fix-issue-13817
2 parents 9d69b3d + f0eeb1c commit bce848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_argparsing_repr_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def test_repr_with_dest_set(self) -> None:
6262

6363
# Should contain the dest
6464
assert "dest: 'valid_dest'" in repr_str
65-
assert "<not set>" not in repr_str
65+
assert "<not set>" not in repr_str

0 commit comments

Comments
 (0)