Skip to content

Commit

Permalink
Check specifically for this to reduce confusion in test failure output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 19, 2014
1 parent 4e11ad0 commit 92633f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskw/test/test_datas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 92633f4

Please sign in to comment.