diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/fixers/test_dhall_format_fixer_callback.vader | 6 | ||||
-rw-r--r-- | test/fixers/test_dhall_freeze_fixer_callback.vader | 8 | ||||
-rw-r--r-- | test/fixers/test_dhall_lint_fixer_callback.vader | 6 |
3 files changed, 7 insertions, 13 deletions
diff --git a/test/fixers/test_dhall_format_fixer_callback.vader b/test/fixers/test_dhall_format_fixer_callback.vader index 8d6c7651..8fa2fe7c 100644 --- a/test/fixers/test_dhall_format_fixer_callback.vader +++ b/test/fixers/test_dhall_format_fixer_callback.vader @@ -17,8 +17,6 @@ Execute(The dhall-format callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' format' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' format' \ } diff --git a/test/fixers/test_dhall_freeze_fixer_callback.vader b/test/fixers/test_dhall_freeze_fixer_callback.vader index c6e94ec1..02473697 100644 --- a/test/fixers/test_dhall_freeze_fixer_callback.vader +++ b/test/fixers/test_dhall_freeze_fixer_callback.vader @@ -16,9 +16,7 @@ Execute(The dhall-freeze callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' freeze' - \ . ' --all' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' freeze' + \ . ' --all' \ } diff --git a/test/fixers/test_dhall_lint_fixer_callback.vader b/test/fixers/test_dhall_lint_fixer_callback.vader index 5a1d6488..e2054eb0 100644 --- a/test/fixers/test_dhall_lint_fixer_callback.vader +++ b/test/fixers/test_dhall_lint_fixer_callback.vader @@ -15,8 +15,6 @@ Execute(The dhall-lint callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' lint' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' lint' \ } |