diff options
Diffstat (limited to 'test/command_callback/test_haskell_stack_build_command_callback.vader')
-rw-r--r-- | test/command_callback/test_haskell_stack_build_command_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_haskell_stack_build_command_callback.vader b/test/command_callback/test_haskell_stack_build_command_callback.vader index f1e6f755..8b5b0971 100644 --- a/test/command_callback/test_haskell_stack_build_command_callback.vader +++ b/test/command_callback/test_haskell_stack_build_command_callback.vader @@ -8,6 +8,6 @@ Execute(The linter should not be executed when there's no stack.yaml file): AssertLinterNotExecuted Execute(The linter should be executed when there is a stack.yaml file): - call ale#test#SetFilename('stack_build_paths/test.hs') + call ale#test#SetFilename('../test-files/stack/test.hs') AssertLinter 'stack', 'stack build --fast' |