From e95f757c3899f5ea2384d6c9dd527bb86b91cfaf Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Mon, 17 Jan 2022 12:43:20 -0800 Subject: [PATCH] Wait for LspGotoImpl to complete --- test/unit_tests.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit_tests.vim b/test/unit_tests.vim index e6527f7..8c53d20 100644 --- a/test/unit_tests.vim +++ b/test/unit_tests.vim @@ -431,6 +431,7 @@ def Test_lsp_goto_definition() exe "normal! \" assert_equal([24, 6], [line('.'), col('.')]) :LspGotoImpl + :sleep 1 assert_equal([15, 11], [line('.'), col('.')]) exe "normal! \" assert_equal([24, 6], [line('.'), col('.')]) -- 2.48.1