Skip to content

Commit fa9ec00

Browse files
committed
fix: ci test
1 parent 20d9912 commit fa9ec00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tui/src/streaming/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ mod tests {
161161
let first_span = first_line.spans.first().expect("expected prefix span");
162162

163163
assert_eq!(first_span.content.as_ref(), "• ");
164-
assert_eq!(first_span.style.fg, Some(Color::Blue));
164+
assert_eq!(first_span.style.fg, Some(Color::Cyan));
165165
}
166166

167167
#[tokio::test]

0 commit comments

Comments
 (0)