Skip to content

Commit f165247

Browse files
committed
fix renaming
1 parent d572215 commit f165247

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
@@ -118,7 +118,7 @@ var list = [
118118
'bar_hide_nulls',
119119
'bar_line',
120120
'bar_marker_array',
121-
'bar_max_range_eq_category',
121+
'bar_annotation_max_range_eq_category',
122122
'bar_multiline_labels',
123123
'bar_nonnumeric_sizes',
124124
'bar_show_narrow',
@@ -1182,7 +1182,7 @@ figs['bar_group_percent'] = require('@mocks/bar_group_percent');
11821182
figs['bar_hide_nulls'] = require('@mocks/bar_hide_nulls');
11831183
figs['bar_line'] = require('@mocks/bar_line');
11841184
figs['bar_marker_array'] = require('@mocks/bar_marker_array');
1185-
figs['bar_max_range_eq_category'] = require('@mocks/bar_max_range_eq_category');
1185+
figs['bar_annotation_max_range_eq_category'] = require('@mocks/bar_annotation_max_range_eq_category');
11861186
figs['bar_multiline_labels'] = require('@mocks/bar_multiline_labels');
11871187
figs['bar_nonnumeric_sizes'] = require('@mocks/bar_nonnumeric_sizes');
11881188
figs['bar_show_narrow'] = require('@mocks/bar_show_narrow');

0 commit comments

Comments
 (0)