Skip to content

Commit 1bddefa

Browse files
committed
rename bar_patternfill to pattern_bars
1 parent 9335168 commit 1bddefa

File tree

3 files changed

+2
-2
lines changed

3 files 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
@@ -126,7 +126,6 @@ var list = [
126126
'bar_annotation_max_range_eq_category',
127127
'bar_multiline_labels',
128128
'bar_nonnumeric_sizes',
129-
'bar_patternfill',
130129
'bar_show_narrow',
131130
'bar_stack-with-gaps',
132131
'bar_stackrelative_negative',
@@ -770,6 +769,7 @@ var list = [
770769
'parcats_numeric_sort',
771770
'parcats_reordered',
772771
'parcats_unbundled',
772+
'pattern_bars',
773773
'percent_error_bar',
774774
'period_positioning',
775775
'period_positioning2',
@@ -1215,7 +1215,6 @@ figs['bar_marker_array'] = require('@mocks/bar_marker_array');
12151215
figs['bar_annotation_max_range_eq_category'] = require('@mocks/bar_annotation_max_range_eq_category');
12161216
figs['bar_multiline_labels'] = require('@mocks/bar_multiline_labels');
12171217
figs['bar_nonnumeric_sizes'] = require('@mocks/bar_nonnumeric_sizes');
1218-
figs['bar_patternfill'] = require('@mocks/bar_patternfill');
12191218
figs['bar_show_narrow'] = require('@mocks/bar_show_narrow');
12201219
figs['bar_stack-with-gaps'] = require('@mocks/bar_stack-with-gaps');
12211220
figs['bar_stackrelative_negative'] = require('@mocks/bar_stackrelative_negative');
@@ -1859,6 +1858,7 @@ figs['parcats_invisible_dimension'] = require('@mocks/parcats_invisible_dimensio
18591858
figs['parcats_numeric_sort'] = require('@mocks/parcats_numeric_sort');
18601859
figs['parcats_reordered'] = require('@mocks/parcats_reordered');
18611860
figs['parcats_unbundled'] = require('@mocks/parcats_unbundled');
1861+
figs['pattern_bars'] = require('@mocks/pattern_bars');
18621862
figs['percent_error_bar'] = require('@mocks/percent_error_bar');
18631863
figs['period_positioning'] = require('@mocks/period_positioning');
18641864
figs['period_positioning2'] = require('@mocks/period_positioning2');

0 commit comments

Comments
 (0)