Skip to content

Commit

Permalink
Fix test_get_vscode_executable_path
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed May 16, 2024
1 parent e6ee595 commit 73353ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/test_vscode_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_running_inside_WSL():


def test_get_vscode_executable_path():
code = get_local_vscode_executable_path()
if vscode_installed():
code = get_local_vscode_executable_path()
assert Path(code).exists()
Expand Down

0 comments on commit 73353ea

Please sign in to comment.