Skip to content

Commit 0999db0

Browse files
committed
Linting
1 parent 10d696a commit 0999db0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

enterprise/cli/root_internal_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ func TestEnterpriseCommandHelp(t *testing.T) {
2323

2424
return rootCmd
2525
}
26-
clitest.TestCommandHelp(t, getCmds,
27-
append(clitest.DefaultCases()),
28-
)
26+
clitest.TestCommandHelp(t, getCmds, clitest.DefaultCases())
2927
}

0 commit comments

Comments
 (0)