mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
Adjust root command number
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// Expected number of subcommands to `sail` root command
|
||||
const (
|
||||
numRootSubcommands = 11
|
||||
numRootSubcommands = 12
|
||||
)
|
||||
|
||||
func TestNewRootCmd_noArgs(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user