Skip to content

Commit 1c625c7

Browse files
Merge pull request #145 from compoundingtech/agent/attach-stream-broken-fixture
test: make broken attach stream fixture protocol-valid
2 parents 33e61cf + 4c324a4 commit 1c625c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/attach-stream.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ describe("pty attach --attach-stream-fd-v1", () => {
323323
streamReader?.destroy();
324324
setTimeout(() => {
325325
socket.write(encodeGeometry(24, 80));
326+
socket.write(encodeScreen("baseline"));
326327
socket.write(encodePacket(MessageType.DATA, Buffer.alloc(1024 * 1024, 65)));
327328
}, 10);
328329
});

0 commit comments

Comments
 (0)