Skip to content

Commit 2346bc8

Browse files
committed
Fix comment to make it less ambiguous
1 parent 7be2c78 commit 2346bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_rake_functional.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def test_update_midway_through_chaining_to_file_task
309309
rake "-n"
310310
assert_equal(%w{fileA fileB fileC default}, dryrun_tasks)
311311
rake
312-
sleep 1 # for stride seconds surely for timestamp
312+
sleep 1 # Ensure the timestamp is on a new second
313313
FileUtils.touch("fileA")
314314
rake "-n"
315315
assert_equal(%w{fileB fileC default}, dryrun_tasks)

0 commit comments

Comments
 (0)