Skip to content

Commit

Permalink
clarify test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 17, 2018
1 parent ee3862e commit a6c0308
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/lolex-test.js
Expand Up @@ -1223,8 +1223,7 @@ describe("lolex", function () {
});

it("should support clocks with start time", function () {
var startingPoint = new Date("2018-01-01").getTime();
this.clock = lolex.createClock(startingPoint);
this.clock = lolex.createClock(200);
var that = this;
var invocations = 0;

Expand Down

0 comments on commit a6c0308

Please sign in to comment.