From c3d026bf2bf26e3ce7e594d2f9c9f2ffe6d632bb Mon Sep 17 00:00:00 2001 From: Michael Peick Date: Sun, 27 Oct 2019 14:47:18 +0100 Subject: [PATCH] Cleanup test. --- cmd/git-sync/webhook_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/git-sync/webhook_test.go b/cmd/git-sync/webhook_test.go index c9e21e1..d1205bc 100644 --- a/cmd/git-sync/webhook_test.go +++ b/cmd/git-sync/webhook_test.go @@ -7,7 +7,6 @@ import ( const ( hash1 = "1111111111111111111111111111111111111111" hash2 = "2222222222222222222222222222222222222222" - hash3 = "3333333333333333333333333333333333333333" ) func TestWebhookData(t *testing.T) {