mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +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 (
|
||||
defaultWidth = 100
|
||||
defaultWidth = 150
|
||||
defaultHeight = 100
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user