summaryrefslogtreecommitdiff
path: root/test/fixers
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-04-07 15:34:39 +0100
committerw0rp <devw0rp@gmail.com>2019-04-07 15:34:39 +0100
commite85eb824016a0ca4217d41cc2ec603ff22a3b74d (patch)
tree46e5ffc641820d765bc5c8898fe56154b23e9eeb /test/fixers
parent3bebcb5d48a7150f5a318952ee309acb67fb376d (diff)
downloadale-e85eb824016a0ca4217d41cc2ec603ff22a3b74d.zip
#2132 - Implement feature tests with ale#Has
Diffstat (limited to 'test/fixers')
-rw-r--r--test/fixers/test_prettier_fixer_callback.vader2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fixers/test_prettier_fixer_callback.vader b/test/fixers/test_prettier_fixer_callback.vader
index 02bae9c1..9be161ac 100644
--- a/test/fixers/test_prettier_fixer_callback.vader
+++ b/test/fixers/test_prettier_fixer_callback.vader
@@ -8,8 +8,6 @@ Before:
After:
call ale#assert#TearDownFixerTest()
- let g:ale_has_override = {}
-
Execute(The prettier callback should return the correct default values):
call ale#test#SetFilename('../prettier-test-files/testfile.js')