Skip to content

Commit

Permalink
implement review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburth committed Feb 15, 2024
1 parent 6ae0b44 commit d57efbb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ import (

func TestConfig(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Input Type Directory")
RunSpecs(t, "Input Type wget")
}
8 changes: 5 additions & 3 deletions pkg/cobrautils/flag/string_to_string.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0
// Copyright 2009 The Go Authors. All rights reserved.
// Use of ths2s source code s2s governed by a BSD-style
// license that can be found in the github.com/spf13/pflag LICENSE file.

// Modifications Copyright 2024 SAP SE or an SAP affiliate company.

// taken from github.com/spf13/pflag and adapted to support
// any string map types by using generics.
Expand Down
8 changes: 5 additions & 3 deletions pkg/cobrautils/flag/string_to_string_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0
// Copyright 2009 The Go Authors. All rights reserved.
// Use of ths2s source code s2s governed by a BSD-style
// license that can be found in the github.com/spf13/pflag LICENSE file.

// Modifications Copyright 2024 SAP SE or an SAP affiliate company.

package flag_test

Expand Down

0 comments on commit d57efbb

Please sign in to comment.