summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsbl <stephen.lumenta@gmail.com>2018-08-26 13:59:55 +0200
committersbl <stephen.lumenta@gmail.com>2018-08-26 13:59:55 +0200
commitb7169c33e78d707761e5ff1320fa7696fbec4bbd (patch)
treeceb3560ff9e3880bbf21056c16a7974cfd717a21 /test
parentaa015ec4db37c4868529f19ced6eeddd70668d26 (diff)
downloadale-b7169c33e78d707761e5ff1320fa7696fbec4bbd.zip
fix tests
Diffstat (limited to 'test')
-rw-r--r--test/fixers/test_ocamlformat_fixer_callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_ocamlformat_fixer_callback.vader b/test/fixers/test_ocamlformat_fixer_callback.vader
index e9faca24..d2aee066 100644
--- a/test/fixers/test_ocamlformat_fixer_callback.vader
+++ b/test/fixers/test_ocamlformat_fixer_callback.vader
@@ -23,7 +23,7 @@ Execute(The ocamlformat callback should return the correct default values):
\ . ' --inplace'
\ . ' %t',
\ },
- \ ale#fixers#ocamlformat(bufnr(''))
+ \ ale#fixers#ocamlformat#Fix(bufnr(''))
Execute(The ocamlformat callback should include custom ocamlformat options):
let g:ale_ocaml_ocamlformat_options = "-m 78"
@@ -37,4 +37,4 @@ Execute(The ocamlformat callback should include custom ocamlformat options):
\ . ' --inplace'
\ . ' %t',
\ },
- \ ale#fixers#ocamlformat(bufnr(''))
+ \ ale#fixers#ocamlformat#Fix(bufnr(''))