From ccfa46f1cb8627f3be7c940af18fc8ef947b238c Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Fri, 16 Dec 2022 15:07:22 -0600 Subject: [PATCH] Update root_test.go --- cmd/root/root_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)