Skip to content

Commit 11cd609

Browse files
branchseerclaude
andcommitted
fix: rename test string to avoid typo checker false positive
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae28055 commit 11cd609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/vite_task/src/session/reporter/labeled

crates/vite_task/src/session/reporter/labeled/writer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ mod tests {
123123

124124
#[test]
125125
fn split_across_chunks() {
126-
let result = labeled_output("[p] ", &[b"hel", b"lo\n"]);
127-
assert_eq!(result, b"[p] hello\n");
126+
let result = labeled_output("[p] ", &[b"hel", b"lo world\n"]);
127+
assert_eq!(result, b"[p] hello world\n");
128128
}
129129

130130
#[test]

0 commit comments

Comments
 (0)