Update expected output for render of rectangle

This commit is contained in:
Lunderberg 2024-11-02 12:30:14 -05:00
parent aa6e7380fc
commit 290f41fba5

View file

@ -103,7 +103,7 @@ mod tests {
"█ █",
"██████████",
]);
expected.set_style(buffer.area, Style::new().red());
expected.set_style(buffer.area, Style::new().red().on_red());
expected.set_style(buffer.area.inner(Margin::new(1, 1)), Style::reset());
assert_eq!(buffer, expected);
}