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

Skip to content

Commit da863e1

Browse files
committed
Fix multi-output test
1 parent 9978579 commit da863e1

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
@@ -925,7 +925,7 @@ def test_notebook_export_json_with_output():
925925
commands = [
926926
"1+1",
927927
"display('test')",
928-
"display('a') and display('b')",
928+
"display('a'), display('b')",
929929
"1/0",
930930
"print('test')",
931931
"import sys\nprint('test', file=sys.stderr)",

0 commit comments

Comments
 (0)