Skip to content

Commit a493b47

Browse files
committed
Rebase and update
Signed-off-by: Maysun J Faisal <[email protected]>
1 parent da12509 commit a493b47

File tree

2 files changed

+1
-271
lines changed

2 files changed

+1
-271
lines changed

tests/v2/utils/command_test_utils.go

-270
This file was deleted.

tests/v2/utils/library/test_utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type DevfileFollower struct {
5555

5656
// AddCommand adds the specified command to the library data
5757
func (devfileFollower DevfileFollower) AddCommand(command schema.Command) error {
58-
return devfileFollower.LibraryData.AddCommands(command)
58+
return devfileFollower.LibraryData.AddCommands([]schema.Command{command})
5959
}
6060

6161
// UpdateCommand updates the specified command in the library data

0 commit comments

Comments
 (0)