From 45fb82987dca8b5df2601d51ab1e298531d49bb9 Mon Sep 17 00:00:00 2001 From: zhuhaicity Date: Sun, 12 Jan 2025 15:19:36 +0800 Subject: [PATCH] chore: fix function name in comment 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 9d5066c9..837b6b30 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",