Skip to content

Commit c37b40f

Browse files
author
Artyom Nikitin
committed
test: update
1 parent 0b680ea commit c37b40f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ def test_make_patch(self):
728728
self.assertEqual(patch.pointer_cls, self.CustomJsonPointer)
729729
self.assertTrue(patch._ops)
730730
for op in patch._ops:
731+
self.assertIsInstance(op.pointer, self.CustomJsonPointer)
731732
self.assertEqual(op.pointer_cls, self.CustomJsonPointer)
732733

733734
def test_operations(self):
@@ -744,6 +745,7 @@ def test_operations(self):
744745
self.assertEqual(patch.pointer_cls, self.CustomJsonPointer)
745746
self.assertTrue(patch._ops)
746747
for op in patch._ops:
748+
self.assertIsInstance(op.pointer, self.CustomJsonPointer)
747749
self.assertEqual(op.pointer_cls, self.CustomJsonPointer)
748750

749751

0 commit comments

Comments
 (0)