summaryrefslogtreecommitdiff
path: root/test/fixers/test_hlint_fixer_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers/test_hlint_fixer_callback.vader')
-rw-r--r--test/fixers/test_hlint_fixer_callback.vader7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/fixers/test_hlint_fixer_callback.vader b/test/fixers/test_hlint_fixer_callback.vader
index 48f26c7c..08f08fae 100644
--- a/test/fixers/test_hlint_fixer_callback.vader
+++ b/test/fixers/test_hlint_fixer_callback.vader
@@ -1,9 +1,4 @@
Before:
- Save g:ale_haskell_hlint_executable
-
- " Use an invalid global executable, so we don't match it.
- let g:ale_haskell_hlint_executable = 'xxxinvalid'
-
call ale#test#SetDirectory('/testplugin/test/fixers')
After:
@@ -17,7 +12,7 @@ Execute(The hlint callback should return the correct default values):
AssertEqual
\ {
\ 'read_temporary_file': 1,
- \ 'command': ale#Escape('xxxinvalid')
+ \ 'command': ale#Escape('hlint')
\ . ' --refactor'
\ . ' --refactor-options="--inplace"'
\ . ' %t',