fix typo
This commit is contained in:
windayski 2020-06-30 16:21:33 +08:00 committed by GitHub
parent 6807e1fb3c
commit f44e140358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const (
) )
func TestWebhookData(t *testing.T) { 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 := NewWebhookData()
whd.send(hash1) whd.send(hash1)