Skip to content

Commit

Permalink
fix: aiderSilentSendPromptByCommandlineの修正 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowasabi committed Oct 24, 2024
1 parent be4bc27 commit b32c6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aider_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test("both", "AiderSendPromptByCommandline should work", async (denops) => {
});

test("both", "AiderSilentSendPromptByCommandline should work", async (denops) => {
await denops.cmd("AiderRun");
await denops.cmd("AiderSilentRun");
await sleep(SLEEP_BEFORE_ASSERT);
await assertAiderBufferAlive(denops);
await sleep(SLEEP_BEFORE_ASSERT);
Expand Down

0 comments on commit b32c6b2

Please sign in to comment.