Skip to content

Commit 4c1c681

Browse files
Fixed test file
1 parent 3d9f395 commit 4c1c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root/root_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// Expected number of subcommands to `sail` root command
1515
const (
16-
numRootSubcommands = 13
16+
numRootSubcommands = 14
1717
)
1818

1919
func TestNewRootCmd_noArgs(t *testing.T) {

0 commit comments

Comments
 (0)