From 92633f4cb78b2f0a78d5773b12b0a3a56c497f38 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Sep 2014 15:02:01 -0400 Subject: [PATCH] Check specifically for this to reduce confusion in test failure output. --- taskw/test/test_datas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taskw/test/test_datas.py b/taskw/test/test_datas.py index 22c276a..ed80336 100644 --- a/taskw/test/test_datas.py +++ b/taskw/test/test_datas.py @@ -135,6 +135,7 @@ def test_updating_task(self): tasks = self.tw.load_tasks() eq_(len(tasks['pending']), 1) + eq_(tasks['pending'][0]['priority'], 'L') # For compatibility with the direct and shellout modes. # Shellout returns more information.