Skip to content

Commit

Permalink
Rebase and update
Browse files Browse the repository at this point in the history
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
  • Loading branch information
maysunfaisal committed Mar 5, 2021
1 parent da12509 commit a493b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 271 deletions.
270 changes: 0 additions & 270 deletions tests/v2/utils/command_test_utils.go

This file was deleted.

2 changes: 1 addition & 1 deletion tests/v2/utils/library/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type DevfileFollower struct {

// AddCommand adds the specified command to the library data
func (devfileFollower DevfileFollower) AddCommand(command schema.Command) error {
return devfileFollower.LibraryData.AddCommands(command)
return devfileFollower.LibraryData.AddCommands([]schema.Command{command})
}

// UpdateCommand updates the specified command in the library data
Expand Down

0 comments on commit a493b47

Please sign in to comment.