summaryrefslogtreecommitdiff
path: root/test/test_deferred_command_string.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_deferred_command_string.vader')
-rw-r--r--test/test_deferred_command_string.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_deferred_command_string.vader b/test/test_deferred_command_string.vader
index 173b6bb2..b34338a2 100644
--- a/test/test_deferred_command_string.vader
+++ b/test/test_deferred_command_string.vader
@@ -27,7 +27,7 @@ After:
unlet! g:ale_run_synchronously_callbacks
Given foobar (Some imaginary filetype):
-Execute(It should be possible to compute an executable to check based on the result of commands):
+Execute(It should be possible to compute a command based on the result of other commands):
AssertLinter has('win32') ? 'cmd' : 'echo', 'foo'
ALELint
@@ -37,7 +37,7 @@ Execute(It should be possible to compute an executable to check based on the res
\ 1,
\ len(filter(copy(b:ale_history), 'string(v:val.command) =~# ''foo'''))
-Execute(It handle the deferred command failing):
+Execute(We should handle the deferered command failing):
let g:ale_emulate_job_failure = 1
AssertLinter has('win32') ? 'cmd' : 'echo', 0