Skip to content

Commit 14f01e5

Browse files
committed
wip
1 parent 6602f9f commit 14f01e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/split.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async fn test_split() {
3333
pty_w.resize(pty_process::Size::new(25, 80)).unwrap();
3434
let mut output = helpers::output_async(pty_r);
3535
assert_eq!(output.next().await.unwrap(), "WINCH\r\n");
36+
assert_eq!(output.next().await.unwrap(), "WINCH\r\n");
3637
}
3738

3839
pty.write_all(&[4u8]).await.unwrap();

0 commit comments

Comments
 (0)