diff options
Diffstat (limited to 'test/fixers')
-rw-r--r-- | test/fixers/test_purs_tidy_fixer_callback.vader | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/fixers/test_purs_tidy_fixer_callback.vader b/test/fixers/test_purs_tidy_fixer_callback.vader index 7debd434..fdeb3f21 100644 --- a/test/fixers/test_purs_tidy_fixer_callback.vader +++ b/test/fixers/test_purs_tidy_fixer_callback.vader @@ -15,7 +15,6 @@ Execute(The purs-tidy callback should return the correct custom options): AssertFixer \ { \ 'command': ale#Escape('odd-purs-tidy') + \ . ' format' \ . ' --indent 3' - \ . ' %s', - \ 'read_temporary_file': 0, \ } |