Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e94e66c

Browse files
committed
one more
1 parent 5ad5138 commit e94e66c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/tests/test_core/test_offline/test_offline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ def test_downloading_file_saves_it_to_the_disk(self):
1717
'24cd2e4e62ceea79e6e790b3a2c94cda63510ede/test.js')
1818

1919
plotly.offline.download_plotlyjs(dummy_js_url)
20-
assert os.path.isfile(plotly.offline.PLOTLY_OFFLINE_BUNDLE) is True
20+
assert (os.path.isfile(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE) is
21+
True)

0 commit comments

Comments
 (0)