Commit 465511bc authored by Sean Hammond's avatar Sean Hammond

jscs

parent d8a2e586
...@@ -143,7 +143,7 @@ describe('time', function () { ...@@ -143,7 +143,7 @@ describe('time', function () {
assert.notCalled(callback); assert.notCalled(callback);
}); });
it('does not set a timeout for dates > 24hrs ago', function() { it('does not set a timeout for dates > 24hrs ago', function () {
var date = new Date(); var date = new Date();
var ONE_DAY = day * 1000; var ONE_DAY = day * 1000;
sandbox.clock.tick(10 * ONE_DAY); sandbox.clock.tick(10 * ONE_DAY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment