From 01ffff4eca5a08384ef2b85f39ec0dac192a5f7b Mon Sep 17 00:00:00 2001 From: ZhuHaiCheng Date: Sun, 12 Jan 2025 20:49:28 +0800 Subject: [PATCH] chore: fix function name in comment (#2216) Signed-off-by: zhuhaicity --- command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_test.go b/command_test.go index 9d5066c..837b6b3 100644 --- a/command_test.go +++ b/command_test.go @@ -390,7 +390,7 @@ func TestPlugin(t *testing.T) { checkStringContains(t, cmdHelp, "version for kubectl plugin") } -// TestPlugin checks usage as plugin with sub commands. +// TestPluginWithSubCommands checks usage as plugin with sub commands. func TestPluginWithSubCommands(t *testing.T) { rootCmd := &Command{ Use: "kubectl-plugin",