refactor: adapt test name
This commit is contained in:
@@ -132,7 +132,7 @@ func TestPrintRunUsage(t *testing.T) {
|
|||||||
printRunUsage()
|
printRunUsage()
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDispatchCommand(t *testing.T) {
|
func TestRootCommandDispatch(t *testing.T) {
|
||||||
t.Run("unknown command", func(t *testing.T) {
|
t.Run("unknown command", func(t *testing.T) {
|
||||||
cfg := testutils.NewTestConfig()
|
cfg := testutils.NewTestConfig()
|
||||||
cmd := buildRootCommand(cfg)
|
cmd := buildRootCommand(cfg)
|
||||||
|
|||||||
Reference in New Issue
Block a user