mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
Fix #1722
This commit is contained in:
parent
ef33ce5bbc
commit
ed9063bffa
7 changed files with 10 additions and 7 deletions
|
|
@ -53,7 +53,7 @@ module RecurringTodos
|
|||
assert_equal_dmy @today, due_date
|
||||
|
||||
# when the last todo was completed today, the next todo is due tomorrow
|
||||
due_date =@every_day.get_due_date(@today)
|
||||
due_date = @every_day.get_due_date(@today)
|
||||
assert_equal @tomorrow, due_date
|
||||
|
||||
# do something every 14 days
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue