summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-21 00:21:49 +0000
committerw0rp <devw0rp@gmail.com>2021-03-21 00:25:33 +0000
commitf7852dbd0a063d6d82ee17a5057fea53cb79b21d (patch)
tree00b98a3c668af9313eedd6936475c81eeef7e9b8 /autoload
parent35caaecc9fc5822f0474e913d0b7655048fd30ee (diff)
downloadale-f7852dbd0a063d6d82ee17a5057fea53cb79b21d.zip
#3633 - Move linter tests into test/linter
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/assert.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/assert.vim b/autoload/ale/assert.vim
index 8200a3bf..141cd0f2 100644
--- a/autoload/ale/assert.vim
+++ b/autoload/ale/assert.vim
@@ -293,7 +293,7 @@ function! ale#assert#SetUpLinterTest(filetype, name) abort
execute 'runtime ale_linters/' . a:filetype . '/' . a:name . '.vim'
if !exists('g:dir')
- call ale#test#SetDirectory('/testplugin/test/command_callback')
+ call ale#test#SetDirectory('/testplugin/test/linter')
endif
call ale#assert#SetUpLinterTestCommands()