diff --git a/pkg/product/common/phase/run_hooks_test.go b/pkg/product/common/phase/run_hooks_test.go index 14acb88c..b3dc6996 100644 --- a/pkg/product/common/phase/run_hooks_test.go +++ b/pkg/product/common/phase/run_hooks_test.go @@ -90,5 +90,5 @@ func TestRunError(t *testing.T) { func TestTitle(t *testing.T) { p := RunHooks{Action: "apply", Stage: "before"} - require.Equal(t, "Run before apply hooks", p.Title()) + require.Equal(t, "Run Before Apply Hooks", p.Title()) }