summaryrefslogtreecommitdiff
path: root/test/fixers/test_bibclean_fixer_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers/test_bibclean_fixer_callback.vader')
-rw-r--r--test/fixers/test_bibclean_fixer_callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_bibclean_fixer_callback.vader b/test/fixers/test_bibclean_fixer_callback.vader
index dd1313d2..88412eca 100644
--- a/test/fixers/test_bibclean_fixer_callback.vader
+++ b/test/fixers/test_bibclean_fixer_callback.vader
@@ -12,7 +12,7 @@ After:
call ale#test#RestoreDirectory()
Execute(The bibclean callback should return the correct default values):
- call ale#test#SetFilename('../command_callback/../test-files/bib/dummy.bib')
+ call ale#test#SetFilename('../test-files/bib/dummy.bib')
AssertEqual
\ {'command': ale#Escape(g:ale_bib_bibclean_executable) . ' -align-equals'},
@@ -20,7 +20,7 @@ Execute(The bibclean callback should return the correct default values):
Execute(The bibclean callback should include custom bibclean options):
let g:ale_bib_bibclean_options = '-author -check-values'
- call ale#test#SetFilename('../command_callback/../test-files/bib/dummy.bib')
+ call ale#test#SetFilename('../test-files/bib/dummy.bib')
AssertEqual
\ {