Skip to content

Commit

Permalink
PEP8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Apr 8, 2013
1 parent ae0c90e commit 40803af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskw/test/test_datas.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_completing_task_by_id_unspecified(self):
eq_(len(tasks['pending']), 0)
eq_(len(tasks['completed']), 1)
eq_(len(sum(tasks.values(), [])), 1)
ok_(tasks['completed'][0]['end'] != None)
ok_(tasks['completed'][0]['end'] is not None)

def test_completing_task_with_date(self):
self.tw.task_add("foobar")
Expand Down

0 comments on commit 40803af

Please sign in to comment.