Skip to content

Commit e3241c6

Browse files
committed
update directory of bundle for tests since protected
1 parent 8220663 commit e3241c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_optional/test_offline/test_offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PlotlyOfflineTestCase(TestCase):
1515
@raises(PlotlyOfflineNotFound)
1616
def test_initializing_before_downloading_raises_an_error(self):
1717
try:
18-
os.remove(plotly.offline.PLOTLY_OFFLINE_BUNDLE)
18+
os.remove(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE)
1919
except OSError:
2020
pass
2121

0 commit comments

Comments
 (0)