Skip to content

Commit

Permalink
Add image_astronaut_source to mock_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Aug 19, 2020
1 parent b586a86 commit d73f4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jasmine/tests/mock_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,11 +631,11 @@ var list = [
'hists-on-matching-axes',
'hot_heatmap',
'image_adventurer',
'image_astronaut_source',
'image_axis_reverse',
'image_axis_type',
'image_cat',
'image_colormodel',
'image_labuda_droplets_source',
'image_non_numeric',
'image_opacity',
'image_with_gaps',
Expand Down Expand Up @@ -1679,11 +1679,11 @@ figs['histogram2dcontour_legend-coloraxis'] = require('@mocks/histogram2dcontour
figs['hists-on-matching-axes'] = require('@mocks/hists-on-matching-axes');
figs['hot_heatmap'] = require('@mocks/hot_heatmap');
figs['image_adventurer'] = require('@mocks/image_adventurer');
figs['image_astronaut_source'] = require('@mocks/image_astronaut_source');
figs['image_axis_reverse'] = require('@mocks/image_axis_reverse');
figs['image_axis_type'] = require('@mocks/image_axis_type');
figs['image_cat'] = require('@mocks/image_cat');
figs['image_colormodel'] = require('@mocks/image_colormodel');
figs['image_labuda_droplets_source'] = require('@mocks/image_labuda_droplets_source');
figs['image_non_numeric'] = require('@mocks/image_non_numeric');
figs['image_opacity'] = require('@mocks/image_opacity');
figs['image_with_gaps'] = require('@mocks/image_with_gaps');
Expand Down

0 comments on commit d73f4c4

Please sign in to comment.