diff --git a/cmd/root/root_test.go b/cmd/root/root_test.go index 34de5eb..dfdb54f 100644 --- a/cmd/root/root_test.go +++ b/cmd/root/root_test.go @@ -12,7 +12,7 @@ import ( ) // Expected number of subcommands to `sp` root command -const numRootSubcommands = 4 +const numRootSubcommands = 5 func TestNewRootCmd_noArgs(t *testing.T) { ctrl := gomock.NewController(t)