Skip to content

Commit

Permalink
Fixed test in task 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ReTeam Labs committed May 5, 2020
1 parent 856e5bd commit 9013b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_task_8_adding(backup_reminders_csv):
else:
assert row[0] == 'test_string',\
'database.add_reminder() did not serialize text correctly. Check your DateReminder text'
assert row[1] == '02/01/2020T00:00:00Z',\
assert row[1] == '2020-02-01T00:00:00',\
'database.add_reminder() did not serialize date correctly. Check your DateReminder date'

# === TASK 9 ========================================================================
Expand Down

0 comments on commit 9013b95

Please sign in to comment.