Skip to content

Commit 369c95d

Browse files
committed
adjust toimage_test
1 parent 1097e34 commit 369c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/toimage_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('Plotly.toImage', function() {
179179
.then(function() { return Plotly.toImage(gd, {format: 'svg', imageDataOnly: true}); })
180180
.then(function(d) {
181181
expect(d.indexOf('data:image/')).toBe(-1);
182-
expect(d.length).toBeWithin(36602, 1e3, 'svg image length');
182+
expect(d.length).toBeWithin(35149, 1e3, 'svg image length');
183183
})
184184
.then(function() { return Plotly.toImage(gd, {format: 'webp', imageDataOnly: true}); })
185185
.then(function(d) {

0 commit comments

Comments
 (0)