Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
eahlberg committed Nov 20, 2023
1 parent 8adee9c commit 879d1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixers/test_ormolu_fixer_callback.vader
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Execute(The ormolu callback should return the correct default values):
\ ale#fixers#ormolu#Fix(bufnr(''))

Execute(The ormolu executable and options should be configurable):
let g:ale_nix_nixpkgsfmt_executable = '/path/to/ormolu'
let g:ale_nix_nixpkgsfmt_options = '-h'
let g:ale_haskell_ormolu_executable = '/path/to/ormolu'
let g:ale_haskell_ormolu_options = '-h'

AssertEqual
\ {
Expand Down

0 comments on commit 879d1ad

Please sign in to comment.