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" import "testing"
func TestQuote(t *testing.T) { func TestQuote(t *testing.T) {
osCommand := &OSCommand { osCommand := &OSCommand{
Log: nil, Log: nil,
Platform: getPlatform(), Platform: getPlatform(),
} }