mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 14:08:44 +00:00
Update expected output for render of rectangle
This commit is contained in:
parent
aa6e7380fc
commit
290f41fba5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue