Skip to content

Commit e84f3b1

Browse files
committed
Add line ending to last line of file
1 parent ed57a79 commit e84f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_core/tests/test_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ def test_argv0(tmpdir):
224224
out = check_output([sys.executable, str(jupyter), 'witness'], env=env)
225225

226226
# Make sure the first argv is the full path to the executing script
227-
assert f'{jupyter}-witness'.encode() in out
227+
assert f'{jupyter}-witness'.encode() in out

0 commit comments

Comments
 (0)