diff options
Diffstat (limited to 'test/lsp/test_lsp_root_detection.vader')
-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 '' |