Skip to content

Commit ffba61e

Browse files
committed
rename new mocks
1 parent cf92c11 commit ffba61e

37 files changed

+3
-3
lines changed

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ case $1 in
102102
;;
103103

104104
make-baselines-mathjax3)
105-
python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax zz-ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
105+
python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
106106
exit $EXIT_STATE
107107
;;
108108

File renamed without changes.

test/image/compare_pixels_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if(mathjax3) {
8585
'table_plain_birds',
8686
'table_wrapped_birds',
8787
'ternary-mathjax',
88-
'zz-ternary-mathjax-title-place-subtitle',
88+
'ternary-mathjax-title-place-subtitle',
8989
];
9090
}
9191

test/image/make_baseline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if(mathjax3) {
6464
'table_plain_birds',
6565
'table_wrapped_birds',
6666
'ternary-mathjax',
67-
'zz-ternary-mathjax-title-place-subtitle'
67+
'ternary-mathjax-title-place-subtitle'
6868
];
6969
}
7070

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)