fixup code comments

This commit is contained in:
Chris Beck
2025-12-15 09:12:14 -07:00
parent 77ec9344a2
commit 4061a9f4bf
@@ -652,7 +652,6 @@ mod tests {
// Second message fails with error
let result = parse_next_message(&mut reader).await;
assert!(result.is_err());
// After error, caller should close connection - no third read attempted
}
#[tokio::test]