Fixed ui test units

This commit is contained in:
veeso 2021-08-23 11:18:11 +02:00
parent 7390bb58c5
commit f6011543c0

View file

@ -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"))