Update root_test.go

This commit is contained in:
luke-hagar-sp
2022-12-16 15:07:22 -06:00
parent 4819be5486
commit ccfa46f1cb

View File

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