Skip to content

Commit

Permalink
Time scale testts fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew.hurskiy committed May 30, 2017
1 parent 241ad82 commit 086bf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/scale.time.tests.js
Expand Up @@ -288,7 +288,7 @@ describe('Time scale tests', function() {

var scale = createScale(mockData, config);

expect(scale.ticks[scale.ticks.length - 1]).toEqual('Jan 5');
expect(scale.ticks[scale.ticks.length - 1]).toEqual('Jan 6');
});
});

Expand Down

0 comments on commit 086bf49

Please sign in to comment.