mirror of https://github.com/dense-analysis/ale
Fix CI BS
This commit is contained in:
parent
4c162877e2
commit
2a24b4e0d1
|
@ -10,6 +10,7 @@ After:
|
|||
unlet! b:sep
|
||||
unlet! b:executable
|
||||
|
||||
call ale#test#SetFilename('..')
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The jedi-language-server command callback should return default string):
|
||||
|
|
|
@ -10,6 +10,7 @@ After:
|
|||
unlet! b:sep
|
||||
unlet! b:executable
|
||||
|
||||
call ale#test#SetFilename('..')
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The pylsp command callback should return default string):
|
||||
|
|
|
@ -10,6 +10,7 @@ After:
|
|||
unlet! b:sep
|
||||
unlet! b:executable
|
||||
|
||||
call ale#test#SetFilename('..')
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The command callback should return the correct default string):
|
||||
|
|
Loading…
Reference in New Issue