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