diff options
Diffstat (limited to 'test/fixers/test_gofmt_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_gofmt_fixer_callback.vader | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixers/test_gofmt_fixer_callback.vader b/test/fixers/test_gofmt_fixer_callback.vader index 99407173..579dd3db 100644 --- a/test/fixers/test_gofmt_fixer_callback.vader +++ b/test/fixers/test_gofmt_fixer_callback.vader @@ -17,7 +17,7 @@ After: call ale#test#RestoreDirectory() Execute(The gofmt callback should return the correct default values): - call ale#test#SetFilename('../go_files/testfile.go') + call ale#test#SetFilename('../test-files/go/testfile.go') AssertEqual \ { @@ -28,7 +28,7 @@ Execute(The gofmt callback should return the correct default values): Execute(The gofmt callback should include custom gofmt options): let g:ale_go_gofmt_options = "-r '(a) -> a'" - call ale#test#SetFilename('../go_files/testfile.go') + call ale#test#SetFilename('../test-files/go/testfile.go') AssertEqual \ { @@ -40,7 +40,7 @@ Execute(The gofmt callback should include custom gofmt options): Execute(The gofmt callback should support Go environment variables): let g:ale_go_go111module = 'off' - call ale#test#SetFilename('../go_files/testfile.go') + call ale#test#SetFilename('../test-files/go/testfile.go') AssertEqual \ { |