summaryrefslogtreecommitdiff
path: root/test/lsp
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-20 20:06:44 +0100
committerw0rp <devw0rp@gmail.com>2019-05-20 20:06:44 +0100
commit937138dad4910e2746abcf34c9d0dc4ffb5454f3 (patch)
treeef32fd528080e17d84e2b48d46657014d747ece8 /test/lsp
parent143af2b9fd78dbfd5ee8ae727a522dd2dcc79b61 (diff)
downloadale-937138dad4910e2746abcf34c9d0dc4ffb5454f3.zip
Try to fix the tests
Diffstat (limited to 'test/lsp')
-rw-r--r--test/lsp/test_lsp_root_detection.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lsp/test_lsp_root_detection.vader b/test/lsp/test_lsp_root_detection.vader
index b7827248..3de4d825 100644
--- a/test/lsp/test_lsp_root_detection.vader
+++ b/test/lsp/test_lsp_root_detection.vader
@@ -56,7 +56,7 @@ Execute(The global variable is queried if the buffer-specific has no value):
AssertLSPProject '/some/path'
-Execute(The default hook value is acceptable):
- call ale#test#SetFilename('other-file.c')
+Execute(No path should be returned by default):
+ call ale#test#SetFilename(tempname() . '/other-file.c')
AssertLSPProject ''