summaryrefslogtreecommitdiff
path: root/test/handler/test_ruby_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_ruby_handler.vader')
-rw-r--r--test/handler/test_ruby_handler.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_ruby_handler.vader b/test/handler/test_ruby_handler.vader
index ed8b06e2..ba676501 100644
--- a/test/handler/test_ruby_handler.vader
+++ b/test/handler/test_ruby_handler.vader
@@ -24,7 +24,7 @@ Execute(The ruby handler should parse lines correctly and add the column if it c
\ 'text': 'syntax error, unexpected end-of-input, expecting keyword_end'
\ }
\ ],
- \ ale_linters#ruby#ruby#Handle(255, [
+ \ ale#handlers#ruby#HandleSyntaxErrors(255, [
\ "test.rb:6: syntax error, unexpected ';'",
\ " t = ;",
\ " ^",