add missing assert in test_append()

This commit is contained in:
Stefan Kögl
2012-12-17 17:50:09 +01:00
parent 279f5e3c9d
commit 3f9bd95c00

View File

@@ -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])