We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998a1d commit 30bd2bcCopy full SHA for 30bd2bc
jsonschema/tests/test_validators.py
@@ -1199,8 +1199,8 @@ def test_it_retrieves_unstored_refs_via_urlopen(self):
1199
self.assertEqual(resolved, 12)
1200
1201
urlopen_mock.assert_called_once_with("http://bar")
1202
- self.assertEqual(resource_manager_mock.__enter__.call_count, 1)
1203
self.assertEqual(resource_manager_mock.__exit__.call_count, 1)
+ self.assertEqual(resource_manager_mock.__enter__.call_count, 1)
1204
1205
def test_it_can_construct_a_base_uri_from_a_schema(self):
1206
schema = {"id": "foo"}
0 commit comments