1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03: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(),
}