Skip to content

Commit 608a706

Browse files
committed
fix path to image in gl3d test dashboard
1 parent 78600b9 commit 608a706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/test_dashboard/test_gl3d.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ plots['marker-arrays'] = require('@mocks/gl3d_marker-arrays.json');
3535
plots['scatter3d-colorscale'] = require('@mocks/gl3d_scatter3d-colorscale.json');
3636
plots['autocolorscale'] = require('@mocks/gl3d_autocolorscale.json');
3737
plots['nan-holes'] = require('@mocks/gl3d_nan-holes.json');
38-
plots['tetrahedra'] = require('@mocks/gl3d_tet.json');
39-
plots['surface-intensity'] = require('@mocks/gl3d_surface_intensity.json');
38+
plots['tet'] = require('@mocks/gl3d_tet.json');
39+
plots['surface_intensity'] = require('@mocks/gl3d_surface_intensity.json');
4040

4141
plotButtons(plots, figDir);

0 commit comments

Comments
 (0)