1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00
This commit is contained in:
Jesse Duffield
2021-12-30 13:44:41 +11:00
parent 66e840bc3f
commit 96c2887fd0
7 changed files with 35 additions and 68 deletions

View File

@ -55,7 +55,7 @@ func TestOSCommandRun(t *testing.T) {
for _, s := range scenarios {
c := NewDummyOSCommand()
s.test(c.Cmd.New(s.command)).Run()
s.test(c.Cmd.New(s.command).Run())
}
}