Fixed failing test
This commit is contained in:
parent
8e5ed9dbd2
commit
b493bafb48
1 changed files with 1 additions and 1 deletions
|
@ -812,8 +812,8 @@ mod test {
|
|||
let origin_y = 20.;
|
||||
|
||||
let cur_size = crate::terminal_element::TerminalDimensions::new(
|
||||
cell_width,
|
||||
line_height,
|
||||
cell_width,
|
||||
gpui::geometry::vector::vec2f(term_width, term_height),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue