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 7a37174 commit 7e472eaCopy full SHA for 7e472ea
plotly/tests/test_core/test_offline/test_offline.py
@@ -17,5 +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
+ assert (os.path.isfile(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE) is
21
True)
0 commit comments