summaryrefslogtreecommitdiff
path: root/test/test_line_join.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-12 21:16:15 +0100
committerw0rp <devw0rp@gmail.com>2017-05-12 21:16:15 +0100
commit5a947933d727503482776b9459e8680b7f29324a (patch)
tree234e9605d49330410151b8a8a6db04163750967f /test/test_line_join.vader
parent2bafdb7e5a5cb96cb8263ed1b7bb79be021e4350 (diff)
downloadale-5a947933d727503482776b9459e8680b7f29324a.zip
Refactor jobs into a Vim version agnostic API which can be used for other purposes
Diffstat (limited to 'test/test_line_join.vader')
-rw-r--r--test/test_line_join.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_line_join.vader b/test/test_line_join.vader
index 26abb7c9..63d8d338 100644
--- a/test/test_line_join.vader
+++ b/test/test_line_join.vader
@@ -18,6 +18,6 @@ After:
Execute (Join the lines):
let joined_result = []
for item in g:test_output
- call ale#engine#JoinNeovimOutput(joined_result, item)
+ call ale#job#JoinNeovimOutput(joined_result, item)
endfor
AssertEqual g:expected_result, joined_result