Skip to content

Commit a42f312

Browse files
committed
fix accidentally removed space in windows test_python_virtualenv.vader
1 parent 46a4c4b commit a42f312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_python_virtualenv.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Execute(ale#python#FindVirtualenv falls back to $VIRTUAL_ENV when no directories
1414
Execute(ale#python#AutoVirtualenvEnvString should return the correct values):
1515
if has('win32')
1616
AssertEqual
17-
\ 'set PATH=/opt/example/\Scripts;%PATH% && set VIRTUAL_ENV=/opt/example/ &&',
17+
\ 'set PATH=/opt/example/\Scripts;%PATH% && set VIRTUAL_ENV=/opt/example/ && ',
1818
\ ale#python#AutoVirtualenvEnvString(bufnr(''))
1919
else
2020
AssertEqual

0 commit comments

Comments
 (0)