diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-09-10 19:23:50 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-09-10 19:23:50 +0200 |
commit | e64987174866ef371f4df048d212eeba4f1a0013 (patch) | |
tree | 79b6bbbd64716fbc0f86ea24d8d82e1a372ed788 /tests.py | |
parent | 7583258b618a4b651bb2fa41c12ff1c27de15d18 (diff) | |
download | python-json-patch-e64987174866ef371f4df048d212eeba4f1a0013.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'tests.py')
-rwxr-xr-x | tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ class MakePatchTestCase(unittest.TestCase): patch = jsonpatch.make_patch(old, new) new_from_patch = jsonpatch.apply_patch(old, patch) self.assertEqual(new, new_from_patch) - + def test_arrays_one_element_sequences(self): """ Tests the case of multiple common one element sequences inside an array """ # see https://github.com/stefankoegl/python-json-patch/issues/30#issuecomment-155070128 |