summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_cli.py')
-rw-r--r--jsonschema/tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py
index 9011a76..64f77b0 100644
--- a/jsonschema/tests/test_cli.py
+++ b/jsonschema/tests/test_cli.py
@@ -762,7 +762,7 @@ class TestCLI(TestCase):
error = str(e.exception)
self.assertIn(f"{os.sep}someNonexistentFile.json'", error)
- def test_invalid_exlicit_base_uri(self):
+ def test_invalid_explicit_base_uri(self):
schema = '{"$ref": "foo.json#definitions/num"}'
instance = "1"