Merge pull request #252 from windayski/fixtypo

fix typo
This commit is contained in:
Kubernetes Prow Robot 2020-06-30 09:00:07 -07:00 committed by GitHub
commit 1209ca54ee
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)