Skip to content

Commit ca8fc2f

Browse files
committed
prettier chat.spec.ts
1 parent 40c9f7c commit ca8fc2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

node/chat/chat.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ describe("node/chat/chat.spec.ts", () => {
5050
- 1 [Untitled]
5151
* 2 [Untitled]`);
5252

53-
const threadPos = await driver.assertDisplayBufferContains("1 [Untitled]");
53+
const threadPos =
54+
await driver.assertDisplayBufferContains("1 [Untitled]");
5455
await driver.triggerDisplayBufferKey(threadPos, "<CR>");
5556
await driver.awaitChatState({
5657
state: "thread-selected",

0 commit comments

Comments
 (0)