Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Churkin committed Oct 10, 2019
1 parent 5463063 commit 878a766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('#timeScale', () => {
expect(units[2].start.getHours()).toBe(9);
expect(units[2].start.getMinutes()).toBe(16);
expect(units[2].end.getHours()).toBe(9);
expect(units[2].end.getMinutes()).toBe(16 + 23 - 1);
expect(units[2].end.getMinutes()).toBe(16 + 23);
});

it('should return time units', () => {
Expand Down

0 comments on commit 878a766

Please sign in to comment.