Skip to content

Commit 0b24eb0

Browse files
committed
test: remove stale mutable binding
1 parent fbe2248 commit 0b24eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/write_stdin_behavior.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ async fn timeout_spill_file_path_stays_stable_across_later_small_poll() -> TestR
10511051
#[tokio::test(flavor = "multi_thread")]
10521052
async fn timeout_spill_recreates_deleted_transcript_without_replaying_old_text() -> TestResult<()> {
10531053
let _guard = lock_test_mutex();
1054-
let mut session = spawn_behavior_session().await?;
1054+
let session = spawn_behavior_session().await?;
10551055

10561056
let input = "big <- paste(rep('y', 120), collapse = ''); cat('start\\n'); flush.console(); Sys.sleep(0.2); for (i in 1:80) cat(sprintf('mid%03d %s\\n', i, big)); flush.console(); Sys.sleep(0.35); cat('tail\\n')";
10571057
let first = session.write_stdin_raw_with(input, Some(0.05)).await?;

0 commit comments

Comments
 (0)