From f6011543c050441e80595bf011c3b904fd3ba833 Mon Sep 17 00:00:00 2001 From: veeso Date: Mon, 23 Aug 2021 11:18:11 +0200 Subject: [PATCH] Fixed ui test units --- src/ui/components/logbox.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/logbox.rs b/src/ui/components/logbox.rs index 69f5117..41ac7d1 100644 --- a/src/ui/components/logbox.rs +++ b/src/ui/components/logbox.rs @@ -337,7 +337,7 @@ mod tests { .visible() .with_borders(Borders::ALL, BorderType::Double, Color::Red) .with_background(Color::Blue) - .with_title("log", Alignment::Left) + .with_title("Log", Alignment::Left) .with_log( TableBuilder::default() .add_col(TextSpan::from("12:29"))