Skip to content

Commit 8b64c9b

Browse files
Fix failing SHA test
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
1 parent e1db875 commit 8b64c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/crypto/sha_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
// TestGenerateSHA generates the sha from given data and verifies whether it is correct or not
88
func TestGenerateSHA(t *testing.T) {
99
data := "www.stakater.com"
10-
sha := "abd4ed82fb04548388a6cf3c339fd9dc84d275df"
10+
sha := "2e9aa975331b22861b4f62b7fcc69b63e001f938361fee3b4ed888adf26a10e3"
1111
result := GenerateSHA(data)
1212
if result != sha {
1313
t.Errorf("Failed to generate SHA")

0 commit comments

Comments
 (0)