summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.py b/tests.py
index 391703e..8b51987 100755
--- a/tests.py
+++ b/tests.py
@@ -149,6 +149,7 @@ class ApplyPatchTestCase(unittest.TestCase):
{'op': 'add', 'path': '/foo/-', 'value': 3},
{'op': 'add', 'path': '/foo/-', 'value': 4},
])
+ self.assertEqual(res['foo'], [1, 2, 3, 4])