chore: fix function name in comment (#2216)

Signed-off-by: zhuhaicity <zhuhai@52it.net>
This commit is contained in:
ZhuHaiCheng 2025-01-12 20:49:28 +08:00 committed by GitHub
parent 0745e55762
commit 01ffff4eca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",