mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Don't set showOutput explicitly
It is false by default. This way there's one less change to make in the next commit.
This commit is contained in:
@ -18,7 +18,6 @@ var GlobalContext = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Key: "X",
|
Key: "X",
|
||||||
Context: "global",
|
Context: "global",
|
||||||
Command: "touch myfile",
|
Command: "touch myfile",
|
||||||
ShowOutput: false,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -18,7 +18,6 @@ var MultipleContexts = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Key: "X",
|
Key: "X",
|
||||||
Context: "commits, reflogCommits",
|
Context: "commits, reflogCommits",
|
||||||
Command: "touch myfile",
|
Command: "touch myfile",
|
||||||
ShowOutput: false,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user