We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57a79 commit e84f3b1Copy full SHA for e84f3b1
jupyter_core/tests/test_command.py
@@ -224,4 +224,4 @@ def test_argv0(tmpdir):
224
out = check_output([sys.executable, str(jupyter), 'witness'], env=env)
225
226
# Make sure the first argv is the full path to the executing script
227
- assert f'{jupyter}-witness'.encode() in out
+ assert f'{jupyter}-witness'.encode() in out
0 commit comments