Skip to content

Commit

Permalink
fix accidentally removed space in windows test_python_virtualenv.vader
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Dec 28, 2024
1 parent 46a4c4b commit a42f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_python_virtualenv.vader
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Execute(ale#python#FindVirtualenv falls back to $VIRTUAL_ENV when no directories
Execute(ale#python#AutoVirtualenvEnvString should return the correct values):
if has('win32')
AssertEqual
\ 'set PATH=/opt/example/\Scripts;%PATH% && set VIRTUAL_ENV=/opt/example/ &&',
\ 'set PATH=/opt/example/\Scripts;%PATH% && set VIRTUAL_ENV=/opt/example/ && ',
\ ale#python#AutoVirtualenvEnvString(bufnr(''))
else
AssertEqual
Expand Down

0 comments on commit a42f312

Please sign in to comment.