fix tests

This commit is contained in:
sbl 2018-08-26 13:59:55 +02:00
parent aa015ec4db
commit b7169c33e7
1 changed files with 2 additions and 2 deletions

View File

@ -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(''))