Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Richard committed Dec 13, 2023
1 parent b6385b5 commit ee01a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestDifferenceInTwoDifferentFiles(t *testing.T) {
func TestGenerateHashOnChart(t *testing.T) {
hash, _ := generalHashFunction("demo/charts/app-of-apps")
h := hex.EncodeToString(hash)
actualHash := "dcf6bb37066d9fdd5c790edbe765953e526ce0116f00ed3d1dce1ba7259f6770"
actualHash := "95630c1ec9b835536a3056d4dcbbd6e023111c5e4340ac80b945c2e3a4f8fc42"
if h != actualHash {
t.Errorf("Failed to generate a generic hash on a chart. got: %s wanted: %s", h, actualHash)
}
Expand Down

0 comments on commit ee01a2f

Please sign in to comment.