Skip to content

Commit ad3c5a8

Browse files
committed
add emf to images test suite
1 parent bdafae8 commit ad3c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_plot_ly/test_image/test_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _test(self):
5959
return _test
6060

6161
kwargs = {
62-
'format': ['png', 'jpeg', 'pdf', 'svg'],
62+
'format': ['png', 'jpeg', 'pdf', 'svg', 'emf'],
6363
'width': [None, 300],
6464
'height': [None, 300],
6565
'scale': [None, 5]

0 commit comments

Comments
 (0)