Skip to content

Commit b782064

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 b782064

File tree

1 file changed

+2
-2
lines changed
  • crates/vite_task/src/session/reporter/labeled

1 file changed

+2
-2
lines changed

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"split ", b"line\n"]);
127+
assert_eq!(result, b"[p] split line\n");
128128
}
129129

130130
#[test]

0 commit comments

Comments
 (0)