Skip to content

Commit bc472f0

Browse files
committed
🌿 Fix test message
1 parent be683aa commit bc472f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops_std/batch/gather_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test({
1515
});
1616
test({
1717
mode: "any",
18-
name: "gather() throws an error when 'denops.cmd()' is called.",
18+
name: "gather() sequentially execute 'denops.cmd()'.",
1919
fn: async (denops) => {
2020
await denops.cmd("let g:denops_gather_test = 0");
2121
await denops.cmd("command! DenopsGatherTest let g:denops_gather_test += 1");

0 commit comments

Comments
 (0)