Skip to content

Commit 6151575

Browse files
committed
change gl2d_date_axes mock to date string axis range
I still can't tell why this is passing as a test when it fails for me in the dashboard (because of timezone conversion)
1 parent d2a5e4b commit 6151575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/mocks/gl2d_date_axes.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"layout": {
6161
"xaxis": {
6262
"range": [
63-
1477434179998,
64-
1477434180004
63+
"2016-10-25 22:22:59.998",
64+
"2016-10-25 22:23:00.004"
6565
],
6666
"autorange": false
6767
}

0 commit comments

Comments
 (0)