Skip to content

Commit

Permalink
Check that it prints "Bad value" for the date.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jun 24, 2021
1 parent 8a58fb6 commit cc68db8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bugfixes/github/test_issue_1706.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ class InvalidDateXMP(metaclass=CaseMeta):
retval = [0]

def compare_stdout(self, i, command, got_stdout, expected_stdout):
""" We don't care about the stdout, just don't crash """
pass
self.assertIn("Bad value", got_stdout)

0 comments on commit cc68db8

Please sign in to comment.