mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-11 01:20:48 +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:
@ -19,7 +19,7 @@ import (
|
|||||||
const unitTestDescription = "test test"
|
const unitTestDescription = "test test"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultWidth = 100
|
defaultWidth = 150
|
||||||
defaultHeight = 100
|
defaultHeight = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user