summaryrefslogtreecommitdiff
path: root/test/test_linting_updates_loclist.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_linting_updates_loclist.vader')
-rw-r--r--test/test_linting_updates_loclist.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_linting_updates_loclist.vader b/test/test_linting_updates_loclist.vader
index b8a938a0..009a4537 100644
--- a/test/test_linting_updates_loclist.vader
+++ b/test/test_linting_updates_loclist.vader
@@ -66,7 +66,7 @@ Execute(The loclist should be updated after linting is done):
AssertEqual ['' . bufnr('%')], keys(g:ale_buffer_info)
- let g:expected_data[0].match_id = getmatches()[0].id
- let g:expected_data[1].match_id = getmatches()[1].id
+ let g:expected_data[0].match_id_list = [getmatches()[0].id]
+ let g:expected_data[1].match_id_list = [getmatches()[1].id]
AssertEqual g:expected_data, g:ale_buffer_info[bufnr('%')].loclist