mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
fix: test
This commit is contained in:
@@ -67,7 +67,7 @@ mod tests {
|
||||
let child: Rect = Popup(Size::Percentage(75), Size::Percentage(30)).draw_in(area);
|
||||
assert_eq!(child.x, 43);
|
||||
assert_eq!(child.y, 63);
|
||||
assert_eq!(child.width, 271);
|
||||
assert_eq!(child.height, 54);
|
||||
assert_eq!(child.width, 272);
|
||||
assert_eq!(child.height, 55);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user