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

Skip to content

Commit 2edd506

Browse files
committed
fix-test
1 parent 65308f0 commit 2edd506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ def test_notebook_export_single_display():
10941094
_ip.history_manager.reset()
10951095

10961096
try:
1097-
execution_count = _ip.execution_count
1097+
execution_count = _ip.execution_count = 1
10981098
_ip.run_cell("'test'", store_history=True, silent=False)
10991099

11001100
# Mock display output with multiple MIME types

0 commit comments

Comments
 (0)