Skip to content

Commit 7e472ea

Browse files
committed
fix rel paths
1 parent 7a37174 commit 7e472ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_offline/test_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +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
20+
assert (os.path.isfile(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE) is
2121
True)

0 commit comments

Comments
 (0)