We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d696a commit 0999db0Copy full SHA for 0999db0
enterprise/cli/root_internal_test.go
@@ -23,7 +23,5 @@ func TestEnterpriseCommandHelp(t *testing.T) {
23
24
return rootCmd
25
}
26
- clitest.TestCommandHelp(t, getCmds,
27
- append(clitest.DefaultCases()),
28
- )
+ clitest.TestCommandHelp(t, getCmds, clitest.DefaultCases())
29
0 commit comments