mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Fix typo
This commit is contained in:
parent
ee370acb58
commit
f8fd8d04bc
|
|
@ -285,7 +285,7 @@ func TestGetWindowDimensions(t *testing.T) {
|
|||
{
|
||||
name: "half screen mode, enlargedSideViewLocation left",
|
||||
mutateArgs: func(args *WindowArrangementArgs) {
|
||||
args.Height = 20 // smaller height because we don't more here
|
||||
args.Height = 20 // smaller height because we don't need more here
|
||||
args.ScreenMode = types.SCREEN_HALF
|
||||
args.UserConfig.Gui.EnlargedSideViewLocation = "left"
|
||||
},
|
||||
|
|
@ -317,7 +317,7 @@ func TestGetWindowDimensions(t *testing.T) {
|
|||
{
|
||||
name: "half screen mode, enlargedSideViewLocation top",
|
||||
mutateArgs: func(args *WindowArrangementArgs) {
|
||||
args.Height = 20 // smaller height because we don't more here
|
||||
args.Height = 20 // smaller height because we don't need more here
|
||||
args.ScreenMode = types.SCREEN_HALF
|
||||
args.UserConfig.Gui.EnlargedSideViewLocation = "top"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue