Skip to content

Commit 4d07392

Browse files
author
Artyom Nikitin
committed
style: fix typo
1 parent d24fa96 commit 4d07392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def test_operations(self):
754754
self.assertIsInstance(op.pointer, CustomJsonPointer)
755755
self.assertEqual(op.pointer_cls, CustomJsonPointer)
756756

757-
def test_json_patch_wtih_prefix_pointer(self):
757+
def test_json_patch_with_prefix_pointer(self):
758758
res = jsonpatch.apply_patch(
759759
{'foo': {'bar': {}}}, [{'op': 'add', 'path': '/baz', 'value': 'qux'}],
760760
pointer_cls=PrefixJsonPointer,

0 commit comments

Comments
 (0)