From: Yegappan Lakshmanan Date: Mon, 17 Jan 2022 20:43:20 +0000 (-0800) Subject: Wait for LspGotoImpl to complete X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e95f757c3899f5ea2384d6c9dd527bb86b91cfaf;p=vim-lsp.git Wait for LspGotoImpl to complete --- 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('.')])