8000 refactor compare_pixels_test · plotly/plotly.js@c8f5702 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8f5702

Browse files
committed
refactor compare_pixels_test
1 parent 5fc241b commit c8f5702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/compare_pixels_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ for(var i = 0; i < allMockList.length; i++) {
112112
// list flaky mocks other than mapbox:
113113
'map_density0-legend',
114114
'map_osm-style',
115-
'gl3d_bunny-hull',
116-
'map_angles'
115+
'map_angles',
116+
'gl3d_bunny-hull'
117117
].indexOf(mockName) !== -1;
118118

119119
if(mathjax3) mockName = 'mathjax3___' + mockName;

0 commit comments

Comments
 (0)
0