summaryrefslogtreecommitdiff
path: root/test/fixers/test_mix_format_fixer_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers/test_mix_format_fixer_callback.vader')
-rw-r--r--test/fixers/test_mix_format_fixer_callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_mix_format_fixer_callback.vader b/test/fixers/test_mix_format_fixer_callback.vader
index 365fbecf..cd492e81 100644
--- a/test/fixers/test_mix_format_fixer_callback.vader
+++ b/test/fixers/test_mix_format_fixer_callback.vader
@@ -13,7 +13,7 @@ After:
call ale#test#RestoreDirectory()
Execute(The mix_format callback should return the correct default values):
- call ale#test#SetFilename('../elixir-test-files/testfile.ex')
+ call ale#test#SetFilename('../test-files/elixir/testfile.ex')
AssertEqual
\ {
@@ -25,7 +25,7 @@ Execute(The mix_format callback should return the correct default values):
Execute(The mix_format callback should include the correct format options):
let g:ale_elixir_mix_format_options = 'invalid_options'
- call ale#test#SetFilename('../elixir-test-files/testfile.ex')
+ call ale#test#SetFilename('../test-files/elixir/testfile.ex')
AssertEqual
\ {