Skip to content

Commit 921073f

Browse files
committed
last fix
1 parent 9cd626b commit 921073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def test_unc_paths():
548548
kc.execute(f"cd {unc_file_path:s}")
549549
reply = kc.get_shell_msg(timeout=TIMEOUT)
550550
assert reply["content"]["status"] == "ok"
551-
out, err = assemble_output(kc.get_iopub_msg)
551+
out, _err = assemble_output(kc.get_iopub_msg)
552552
assert unc_file_path in out
553553

554554
flush_channels(kc)

0 commit comments

Comments
 (0)