From b7169c33e78d707761e5ff1320fa7696fbec4bbd Mon Sep 17 00:00:00 2001 From: sbl Date: Sun, 26 Aug 2018 13:59:55 +0200 Subject: [PATCH] fix tests --- test/fixers/test_ocamlformat_fixer_callback.vader | 4 ++-- 1 file 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(''))