Skip to content

Commit

Permalink
chore: fix function name in comment (#2216)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuhaicity <[email protected]>
  • Loading branch information
zhuhaicity authored Jan 12, 2025
1 parent 0745e55 commit 01ffff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01ffff4

Please sign in to comment.