Skip to content
Snippets Groups Projects
Commit f5b3a7a3 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct "didnt" typo in test utilities.

parent 5cd1818e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ from diffoscope.comparators.missing_file import MissingFile
def assert_non_existing(monkeypatch, fixture, has_null_source=True, has_details=True):
monkeypatch.setattr(Config(), 'new_file', True)
assert Config().new_file, "didnt get patched"
assert Config().new_file, "Did not get patched"
difference = fixture.compare(MissingFile('/nonexisting', fixture))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment