diff options
author | w0rp <devw0rp@gmail.com> | 2019-05-20 20:06:44 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-05-20 20:06:44 +0100 |
commit | 937138dad4910e2746abcf34c9d0dc4ffb5454f3 (patch) | |
tree | ef32fd528080e17d84e2b48d46657014d747ece8 /test/lsp | |
parent | 143af2b9fd78dbfd5ee8ae727a522dd2dcc79b61 (diff) | |
download | ale-937138dad4910e2746abcf34c9d0dc4ffb5454f3.zip |
Try to fix the tests
Diffstat (limited to 'test/lsp')
-rw-r--r-- | test/lsp/test_lsp_root_detection.vader | 4 |
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 '' |