Skip to content

Commit a29eefb

Browse files
committed
try-fixing-tests
1 parent b0a2459 commit a29eefb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_magic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,8 @@ def test_notebook_export_json_with_output():
924924
_ip.colors = "neutral"
925925

926926
commands = [
927-
"1+1",
928927
"display('test')",
928+
"1+1",
929929
"display('a'), display('b')",
930930
"1/0",
931931
"print('test')",
@@ -950,7 +950,7 @@ def test_notebook_export_json_with_output():
950950
expected_nb = nbformat.read(outfile, as_version=4)
951951

952952
for cmd in commands:
953-
_ip.run_cell(cmd, store_history=True)
953+
_ip.run_cell(cmd, store_history=True, silent=False)
954954

955955
with TemporaryDirectory() as td:
956956
outfile = os.path.join(td, "nb.ipynb")

0 commit comments

Comments
 (0)