From 4d073929b732af3403ae9fac92433e0066f0061a Mon Sep 17 00:00:00 2001 From: Artyom Nikitin Date: Tue, 17 Nov 2020 11:29:23 +0300 Subject: style: fix typo --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 2dfc18c..c676121 100755 --- a/tests.py +++ b/tests.py @@ -754,7 +754,7 @@ class CustomJsonPointerTests(unittest.TestCase): self.assertIsInstance(op.pointer, CustomJsonPointer) self.assertEqual(op.pointer_cls, CustomJsonPointer) - def test_json_patch_wtih_prefix_pointer(self): + def test_json_patch_with_prefix_pointer(self): res = jsonpatch.apply_patch( {'foo': {'bar': {}}}, [{'op': 'add', 'path': '/baz', 'value': 'qux'}], pointer_cls=PrefixJsonPointer, -- cgit v1.2.1