Skip to content

Commit

Permalink
Merge pull request #127 from coddingtonbear/fix_activecollab_test
Browse files Browse the repository at this point in the history
Fixes a broken activecollab test.
  • Loading branch information
ralphbean committed May 7, 2014
2 parents 92fdb5d + cc7ed66 commit d3c4e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_activecollab.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_to_taskwarrior(self):

expected_output = {
'project': arbitrary_issue['project'],
'due': arbitrary_due_on.isoformat(),
'due': arbitrary_due_on,
'priority': 'M',
'annotations': arbitrary_extra['annotations'],
issue.PERMALINK: arbitrary_issue['permalink'],
Expand Down

0 comments on commit d3c4e7d

Please sign in to comment.