We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad5138 commit e94e66cCopy full SHA for e94e66c
plotly/tests/test_core/test_offline/test_offline.py
@@ -17,4 +17,5 @@ def test_downloading_file_saves_it_to_the_disk(self):
17
'24cd2e4e62ceea79e6e790b3a2c94cda63510ede/test.js')
18
19
plotly.offline.download_plotlyjs(dummy_js_url)
20
- assert os.path.isfile(plotly.offline.PLOTLY_OFFLINE_BUNDLE) is True
+ assert (os.path.isfile(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE) is
21
+ True)
0 commit comments