Skip to content

Commit 086bf49

Browse files
author
andrew.hurskiy
committed
Time scale testts fix.
1 parent 241ad82 commit 086bf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/scale.time.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ describe('Time scale tests', function() {
288288

289289
var scale = createScale(mockData, config);
290290

291-
expect(scale.ticks[scale.ticks.length - 1]).toEqual('Jan 5');
291+
expect(scale.ticks[scale.ticks.length - 1]).toEqual('Jan 6');
292292
});
293293
});
294294

0 commit comments

Comments
 (0)