diff --git a/cmd/git-sync/webhook_test.go b/cmd/git-sync/webhook_test.go index ab70358..47ed385 100644 --- a/cmd/git-sync/webhook_test.go +++ b/cmd/git-sync/webhook_test.go @@ -12,7 +12,7 @@ const ( ) func TestWebhookData(t *testing.T) { - t.Run("webhhook consumes first hash value", func(t *testing.T) { + t.Run("webhook consumes first hash value", func(t *testing.T) { whd := NewWebhookData() whd.send(hash1)