Adjust root command number

This commit is contained in:
luke-hagar-sp
2023-10-26 13:54:13 -05:00
parent e12a0af5a2
commit b812701ffb

View File

@@ -13,7 +13,7 @@ import (
// Expected number of subcommands to `sail` root command // Expected number of subcommands to `sail` root command
const ( const (
numRootSubcommands = 11 numRootSubcommands = 12
) )
func TestNewRootCmd_noArgs(t *testing.T) { func TestNewRootCmd_noArgs(t *testing.T) {