summaryrefslogtreecommitdiff
path: root/test/fixers/test_textlint_fixer_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers/test_textlint_fixer_callback.vader')
-rw-r--r--test/fixers/test_textlint_fixer_callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_textlint_fixer_callback.vader b/test/fixers/test_textlint_fixer_callback.vader
index 2848cfa5..5b6c5b7a 100644
--- a/test/fixers/test_textlint_fixer_callback.vader
+++ b/test/fixers/test_textlint_fixer_callback.vader
@@ -16,7 +16,7 @@ After:
call ale#test#RestoreDirectory()
Execute(The textlint callback should return the correct default values):
- call ale#test#SetFilename('../markdown_files/testfile.md')
+ call ale#test#SetFilename('../test-files/markdown/testfile.md')
AssertEqual
\ {
@@ -29,7 +29,7 @@ Execute(The textlint callback should return the correct default values):
Execute(The textlint callback should include custom textlint options):
let g:ale_textlint_options = "--quiet"
- call ale#test#SetFilename('../markdown_files/testfile.md')
+ call ale#test#SetFilename('../test-files/markdown/testfile.md')
AssertEqual
\ {