Skip to content

Commit 5362cea

Browse files
committed
bring-print-to-first
1 parent 2d86e42 commit 5362cea

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,11 +924,11 @@ def test_notebook_export_json_with_output():
924924
_ip.colors = "neutral"
925925

926926
commands = [
927+
"print('test')",
928+
"1/0",
927929
"display('test')",
928930
"1+1",
929931
"display('a'), display('b')",
930-
"1/0",
931-
"print('test')",
932932
"import sys\nprint('test', file=sys.stderr)",
933933
]
934934

0 commit comments

Comments
 (0)