mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-23 22:50:41 +02:00
Make the window a little wider for headless integration tests
100 was an unrealistically narrow width; make it a little wider so that we will have to truncate things less often.
This commit is contained in:
parent
c89ef8b84a
commit
9e37ae3f5d
@ -19,7 +19,7 @@ import (
|
|||||||
const unitTestDescription = "test test"
|
const unitTestDescription = "test test"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultWidth = 100
|
defaultWidth = 150
|
||||||
defaultHeight = 100
|
defaultHeight = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user