mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Fix failing test
This commit is contained in:
parent
16a3a5429e
commit
8d7df8a7ff
@ -571,7 +571,7 @@ EXPECTED
|
||||
end
|
||||
|
||||
def test_due_date_distance_in_words
|
||||
to_test = { Date.today => 'Due in 0 days',
|
||||
to_test = { Date.today => 'Due today',
|
||||
Date.today + 1 => 'Due in 1 day',
|
||||
Date.today + 100 => 'Due in about 3 months',
|
||||
Date.today + 20000 => 'Due in over 54 years',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user