Skip to content

Commit

Permalink
Restore the RunHooks title test
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Feb 8, 2024
1 parent b6321f7 commit 28f3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/product/common/phase/run_hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

0 comments on commit 28f3db4

Please sign in to comment.