This commit is contained in:
Lynn Cyrin 2019-08-25 10:34:15 -07:00
parent 2172d382b6
commit 810b9714d3
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

View File

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