Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a37174

Browse filesBrowse files
committed
one more
1 parent e3241c6 commit 7a37174
Copy full SHA for 7a37174

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎plotly/tests/test_core/test_offline/test_offline.py

Copy file name to clipboardExpand all lines: plotly/tests/test_core/test_offline/test_offline.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +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 True
20+
assert (os.path.isfile(plotly.offline.PLOTLY_OFFLINE_BUNDLE) is
21+
True)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.