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 0b680ea commit c37b40fCopy full SHA for c37b40f
tests.py
@@ -728,6 +728,7 @@ def test_make_patch(self):
728
self.assertEqual(patch.pointer_cls, self.CustomJsonPointer)
729
self.assertTrue(patch._ops)
730
for op in patch._ops:
731
+ self.assertIsInstance(op.pointer, self.CustomJsonPointer)
732
self.assertEqual(op.pointer_cls, self.CustomJsonPointer)
733
734
def test_operations(self):
@@ -744,6 +745,7 @@ def test_operations(self):
744
745
746
747
748
749
750
751
0 commit comments