summaryrefslogtreecommitdiff
path: root/test/fixers
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixers')
-rw-r--r--test/fixers/test_biome_fixer_callback.vader3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixers/test_biome_fixer_callback.vader b/test/fixers/test_biome_fixer_callback.vader
index 632a7ec4..4c417394 100644
--- a/test/fixers/test_biome_fixer_callback.vader
+++ b/test/fixers/test_biome_fixer_callback.vader
@@ -9,7 +9,8 @@ Execute(The default biome command should be correct):
AssertFixer
\ {
+ \ 'read_temporary_file': 1,
\ 'command': ale#Escape('biome')
- \ . ' format --stdin-file-path=%s'
+ \ . ' format %t'
\ }