Skip to content

Commit

Permalink
Fix us auto closing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Jun 30, 2015
1 parent 9d94de9 commit c801525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_us_autoclosing.py
Expand Up @@ -221,7 +221,7 @@ def test_auto_close_userstory_with_milestone_when_task_and_milestone_are_removed
data.task3.delete()

data.user_story1 = UserStory.objects.get(pk=data.user_story1.pk)
assert data.user_story1.is_closed is False
assert data.user_story1.is_closed is True


def test_auto_close_us_when_all_tasks_are_changed_to_close_status(data):
Expand Down

0 comments on commit c801525

Please sign in to comment.