summaryrefslogtreecommitdiff
path: root/test/fixers/test_gomod_fixer_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers/test_gomod_fixer_callback.vader')
-rw-r--r--test/fixers/test_gomod_fixer_callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_gomod_fixer_callback.vader b/test/fixers/test_gomod_fixer_callback.vader
index 422caf63..56fb9854 100644
--- a/test/fixers/test_gomod_fixer_callback.vader
+++ b/test/fixers/test_gomod_fixer_callback.vader
@@ -15,7 +15,7 @@ After:
call ale#test#RestoreDirectory()
Execute(The gomod callback should return the correct default values):
- call ale#test#SetFilename('../go_files/go.mod')
+ call ale#test#SetFilename('../test-files/go/go.mod')
setl filetype=gomod
AssertEqual
@@ -28,7 +28,7 @@ Execute(The gomod callback should return the correct default values):
\ ale#fixers#gomod#Fix(bufnr(''))
Execute(The gomod callback should support Go environment variables):
- call ale#test#SetFilename('../go_files/go.mod')
+ call ale#test#SetFilename('../test-files/go/go.mod')
setl filetype=gomod
let g:ale_go_go111module = 'on'