Skip to content

Commit 7e97ff1

Browse files
committed
fix test gl3d buttons for gl3d_scatter-time mock
1 parent 183b4b9 commit 7e97ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/test_gl3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plots['triangle-mesh3d'] = require('@mocks/gl3d_triangle.json');
2626
plots['snowden'] = require('@mocks/gl3d_snowden.json');
2727
plots['bunny'] = require('@mocks/gl3d_bunny.json');
2828
plots['ribbons'] = require('@mocks/gl3d_ribbons.json');
29-
plots['date-time'] = require('@mocks/gl3d_scatter-date.json');
29+
plots['scatter-time'] = require('@mocks/gl3d_scatter-date.json');
3030
plots['cufflinks'] = require('@mocks/gl3d_cufflinks.json');
3131
plots['chrisp-nan-1'] = require('@mocks/gl3d_chrisp-nan-1.json');
3232
plots['marker-arrays'] = require('@mocks/gl3d_marker-arrays.json');

0 commit comments

Comments
 (0)