From 2846e862178e9a16e078799c28aa9d9d4a2ea505 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 29 Oct 2018 11:29:12 +0000 Subject: #2017 Simplify lint cycles for supporting other sources later --- test/test_command_chain.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_command_chain.vader') diff --git a/test/test_command_chain.vader b/test/test_command_chain.vader index 9059d630..591f6f40 100644 --- a/test/test_command_chain.vader +++ b/test/test_command_chain.vader @@ -62,7 +62,7 @@ Given foobar (Some imaginary filetype): Execute(Check the results of running the chain): AssertEqual 'foobar', &filetype - call ale#Lint() + call ale#Queue(0) Assert g:first_echo_called, 'The first chain item was not called' Assert g:second_echo_called, 'The second chain item was not called' -- cgit v1.2.3