diff options
Diffstat (limited to 'test/fixers')
-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('')) |