From 937138dad4910e2746abcf34c9d0dc4ffb5454f3 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 20 May 2019 20:06:44 +0100 Subject: Try to fix the tests --- test/lsp/test_lsp_root_detection.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lsp') 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 '' -- cgit v1.2.3