ssm-browse: fixed tests
This commit is contained in:
parent
1b8518b6e4
commit
452a9ba707
4 changed files with 104 additions and 98 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
func TestCommandController_Prompt(t *testing.T) {
|
||||
t.Run("prompt user for a command", func(t *testing.T) {
|
||||
cmd := commandctrl.NewCommandController(nil)
|
||||
cmd := commandctrl.NewCommandController()
|
||||
|
||||
res := cmd.Prompt()()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue