Skip to content

Commit

Permalink
errbot-reminder: pytest
Browse files Browse the repository at this point in the history
* solving pytest fail
  • Loading branch information
adrien5054 committed Jul 7, 2023
1 parent 868d794 commit 0722a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_next_daily():

@freeze_time("2023-06-12")
def test_reminder_next():
planning_content = datetime(2023, 6, 19, 15, 30)
planning_content = datetime(2023, 6, 19, 15, 00)
daily_content = datetime(2023, 6, 13, 9, 30)
review_content = datetime(2023, 6, 15, 14, 45)
restrospective_content = datetime(2023, 6, 16, 9, 30).strftime(
Expand Down

0 comments on commit 0722a08

Please sign in to comment.