Skip to content

Commit 1c411e8

Browse files
committed
Add newline to input in pty-echo test
1 parent 9d3622d commit 1c411e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/pty-echo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('PTY Echo Behavior', () => {
4444
await new Promise((resolve) => setTimeout(resolve, 1000))
4545

4646
// Send test input
47-
const success = manager.write(session.id, 'a')
47+
const success = manager.write(session.id, 'a\n')
4848
console.log('Write success:', success)
4949

5050
// Wait for echo to be processed

0 commit comments

Comments
 (0)