From 810b9714d3eb5b8cd41a62527c39fb2730c6d151 Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Sun, 25 Aug 2019 10:34:15 -0700 Subject: [PATCH] cleanup --- app_regression_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app_regression_test.go b/app_regression_test.go index dde2a1a..2299df5 100644 --- a/app_regression_test.go +++ b/app_regression_test.go @@ -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"},