diff options
author | sbl <stephen.lumenta@gmail.com> | 2018-08-26 13:59:55 +0200 |
---|---|---|
committer | sbl <stephen.lumenta@gmail.com> | 2018-08-26 13:59:55 +0200 |
commit | b7169c33e78d707761e5ff1320fa7696fbec4bbd (patch) | |
tree | ceb3560ff9e3880bbf21056c16a7974cfd717a21 /test | |
parent | aa015ec4db37c4868529f19ced6eeddd70668d26 (diff) | |
download | ale-b7169c33e78d707761e5ff1320fa7696fbec4bbd.zip |
fix tests
Diffstat (limited to 'test')
-rw-r--r-- | test/fixers/test_ocamlformat_fixer_callback.vader | 4 |
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('')) |