Skip to content

Commit 5f5b865

Browse files
committed
One more.
1 parent 113394f commit 5f5b865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def fake_open(self, path):
3939
contents = ""
4040
elif path == self.schema_file:
4141
contents = {}
42-
else:
42+
else: # pragma: no cover
4343
self.fail("What is {!r}".format(path))
4444
return NativeIO(json.dumps(contents))
4545

0 commit comments

Comments
 (0)