1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00

wezterm: fixup tests

This commit is contained in:
Wez Furlong 2020-09-23 21:20:48 -07:00
parent 77eabed349
commit 7b855fbd05

View File

@ -1061,8 +1061,6 @@ mod test {
horz_size,
SplitDirectionAndSize {
direction: SplitDirection::Horizontal,
left: 0,
top: 0,
first: PtySize {
rows: 24,
cols: 40,
@ -1083,8 +1081,6 @@ mod test {
vert_size,
SplitDirectionAndSize {
direction: SplitDirection::Vertical,
left: 0,
top: 0,
first: PtySize {
rows: 12,
cols: 80,