Skip to content

Commit

Permalink
fix assert false
Browse files Browse the repository at this point in the history
  • Loading branch information
python-mutation-testing committed Oct 21, 2024
1 parent 7f00848 commit f6ee068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/processors/test_renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def test_false_utc(self):
try:
datetime.datetime.strptime(timestamp, expected_format)
except ValueError:
assert False, "Timestamp does not match the expected format"
pytest.fail(f"Timestamp does not match expected format")


class TestFormatExcInfo:
Expand Down

0 comments on commit f6ee068

Please sign in to comment.