main
Lynn Cyrin 5 years ago
parent 2172d382b6
commit 810b9714d3
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

@ -12,7 +12,6 @@ func TestVersionOneTwoOneRegression(t *testing.T) {
testCase string testCase string
appRunInput []string appRunInput []string
}{ }{
// assertion: empty input, when a required flag is present, errors
{ {
testCase: "with_dash_dash", testCase: "with_dash_dash",
appRunInput: []string{"cli", "command", "--flagone", "flagvalue", "--", "docker", "image", "ls", "--no-trunc"}, appRunInput: []string{"cli", "command", "--flagone", "flagvalue", "--", "docker", "image", "ls", "--no-trunc"},

Loading…
Cancel
Save