Skip to content

Commit d73f4c4

Browse files
committed
Add image_astronaut_source to mock_test.js
1 parent b586a86 commit d73f4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/mock_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,11 @@ var list = [
631631
'hists-on-matching-axes',
632632
'hot_heatmap',
633633
'image_adventurer',
634+
'image_astronaut_source',
634635
'image_axis_reverse',
635636
'image_axis_type',
636637
'image_cat',
637638
'image_colormodel',
638-
'image_labuda_droplets_source',
639639
'image_non_numeric',
640640
'image_opacity',
641641
'image_with_gaps',
@@ -1679,11 +1679,11 @@ figs['histogram2dcontour_legend-coloraxis'] = require('@mocks/histogram2dcontour
16791679
figs['hists-on-matching-axes'] = require('@mocks/hists-on-matching-axes');
16801680
figs['hot_heatmap'] = require('@mocks/hot_heatmap');
16811681
figs['image_adventurer'] = require('@mocks/image_adventurer');
1682+
figs['image_astronaut_source'] = require('@mocks/image_astronaut_source');
16821683
figs['image_axis_reverse'] = require('@mocks/image_axis_reverse');
16831684
figs['image_axis_type'] = require('@mocks/image_axis_type');
16841685
figs['image_cat'] = require('@mocks/image_cat');
16851686
figs['image_colormodel'] = require('@mocks/image_colormodel');
1686-
figs['image_labuda_droplets_source'] = require('@mocks/image_labuda_droplets_source');
16871687
figs['image_non_numeric'] = require('@mocks/image_non_numeric');
16881688
figs['image_opacity'] = require('@mocks/image_opacity');
16891689
figs['image_with_gaps'] = require('@mocks/image_with_gaps');

0 commit comments

Comments
 (0)