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

Skip to content

Commit 73114ff

Browse files
committed
update directory of bundle for tests since protected
1 parent b6ef5fd commit 73114ff

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
@@ -23,7 +23,7 @@ def test_no_errors_are_raised_when_initializing_offline_mode(self):
2323
@raises(PlotlyError)
2424
def test_initializing_before_downloading_raises_an_error(self):
2525
try:
26-
os.remove(plotly.offline.PLOTLY_OFFLINE_BUNDLE)
26+
os.remove(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE)
2727
except OSError:
2828
pass
2929

0 commit comments

Comments
 (0)