Skip to content

Commit 59617bb

Browse files
committed
remove comments
1 parent c7e13a5 commit 59617bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apptrust/commands/version/create_app_version_cmd_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@ func TestCreateAppVersionCommand_SpecAndFlags_Error(t *testing.T) {
7979
ctrl := gomock.NewController(t)
8080
defer ctrl.Finish()
8181

82-
// Set up context with both --spec and another source flag
8382
testSpecPath := "./testfiles/test-spec.json"
8483
ctx := &components.Context{
8584
Arguments: []string{"app-key", "1.0.0"},
8685
}
8786
ctx.AddStringFlag("spec", testSpecPath)
88-
ctx.AddStringFlag("package-name", "name") // Any other source flag
87+
ctx.AddStringFlag("package-name", "name")
8988

9089
serverDetails := &config.ServerDetails{Url: "https://example.com"}
9190
mockVersionService := mockversions.NewMockVersionService(ctrl)

0 commit comments

Comments
 (0)