refactor: adapt test name

This commit is contained in:
2026-01-14 12:59:14 +01:00
parent 517d4482c9
commit 6eb04aa3c5

View File

@@ -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)