From 6eb04aa3c59c48ed9bdbb74ec5b6a19ae2c5a3fe Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 14 Jan 2026 12:59:14 +0100 Subject: [PATCH] refactor: adapt test name --- cmd/goyco/cli_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/goyco/cli_test.go b/cmd/goyco/cli_test.go index 5590bb7..fdc54fe 100644 --- a/cmd/goyco/cli_test.go +++ b/cmd/goyco/cli_test.go @@ -132,7 +132,7 @@ func TestPrintRunUsage(t *testing.T) { printRunUsage() } -func TestDispatchCommand(t *testing.T) { +func TestRootCommandDispatch(t *testing.T) { t.Run("unknown command", func(t *testing.T) { cfg := testutils.NewTestConfig() cmd := buildRootCommand(cfg)