X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/87b47012dabbd784ac5c808c4080030f316043e1..447b6c8847cbe8f52970ae097e7b676d8302aed0:/tasklib/tests.py diff --git a/tasklib/tests.py b/tasklib/tests.py index 686e086..3a3f25d 100644 --- a/tasklib/tests.py +++ b/tasklib/tests.py @@ -595,7 +595,7 @@ class AnnotationTest(TasklibTest): t.add_annotation("annotation1") t.add_annotation("annotation2") - data = json.loads(t._serialize('annotations', t._data['annotations'])) + data = t._serialize('annotations', t._data['annotations']) self.assertEqual(len(data), 2) self.assertEqual(type(data[0]), dict)