Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
Zxun2 and fcollonval authored Nov 22, 2023
1 parent 5519cc2 commit 1fd4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_git/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def test_git_show_prefix_nested_directory(mock_execute, jp_fetch, jp_root_
[
call(
["git", "rev-parse", "--show-prefix"],
cwd=str(jp_root_dir),
cwd=str(jp_root_dir) + "/",
timeout=20,
env=None,
username=None,
Expand Down

0 comments on commit 1fd4458

Please sign in to comment.