We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12509 commit a493b47Copy full SHA for a493b47
tests/v2/utils/command_test_utils.go
tests/v2/utils/library/test_utils.go
@@ -55,7 +55,7 @@ type DevfileFollower struct {
55
56
// AddCommand adds the specified command to the library data
57
func (devfileFollower DevfileFollower) AddCommand(command schema.Command) error {
58
- return devfileFollower.LibraryData.AddCommands(command)
+ return devfileFollower.LibraryData.AddCommands([]schema.Command{command})
59
}
60
61
// UpdateCommand updates the specified command in the library data
0 commit comments