1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-25 12:24:47 +02:00
This commit is contained in:
Tommy Nguyen 2018-08-16 07:00:13 -04:00
parent db94dde114
commit a7755ab184

View File

@ -3,7 +3,7 @@ package commands
import "testing"
func TestQuote(t *testing.T) {
osCommand := &OSCommand {
osCommand := &OSCommand{
Log: nil,
Platform: getPlatform(),
}