ssm-browse: fixed tests

This commit is contained in:
Leon Mika 2022-03-31 20:57:41 +11:00
parent 1b8518b6e4
commit 452a9ba707
4 changed files with 104 additions and 98 deletions

View file

@ -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()()