Skip to content

Commit

Permalink
Delete modified field from task
Browse files Browse the repository at this point in the history
  • Loading branch information
kostajh committed Apr 8, 2013
1 parent cc4a4c3 commit 8419c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskw/test/test_datas.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def test_updating_task(self):

# Also, experimental mode returns the id. So, avoid comparing.
del tasks['pending'][0]['id']
# Task 2.2.0 adds a "modified" field, so delete this.
del tasks['pending'][0]['modified']
except:
pass

Expand Down

0 comments on commit 8419c66

Please sign in to comment.