mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
Make test name reflect actual data
This commit is contained in:
parent
c4433a5ea9
commit
e56fa5740a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class TimeToCompleteTest < Test::Unit::TestCase
|
|||
assert_equal 1.8, ttc.max
|
||||
end
|
||||
|
||||
def test_min_sec_with_almost_two_days
|
||||
def test_min_sec_with_almost_three_days
|
||||
start_time = Time.utc(2012, 12, 30, 8, 0, 0)
|
||||
task = FakeTask.new(start_time, now)
|
||||
stats = Stats::TimeToComplete.new([task])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue