From f44e140358ec59d4fd33449a0c94882856ee9c34 Mon Sep 17 00:00:00 2001 From: windayski <599059134@qq.com> Date: Tue, 30 Jun 2020 16:21:33 +0800 Subject: [PATCH] fix typo fix typo --- cmd/git-sync/webhook_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)