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:
parent
77eabed349
commit
7b855fbd05
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user