From c359e7b85e35d85d34f95df8e1c5ecfd988c18e1 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 30 Mar 2017 14:44:17 +0200 Subject: [PATCH] Update log_test.go --- lib/log_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/log_test.go b/lib/log_test.go index 5e57ffe..4ebc70e 100644 --- a/lib/log_test.go +++ b/lib/log_test.go @@ -1,13 +1,14 @@ package lib import ( + "net/http" "testing" "github.com/stretchr/testify/assert" ) func TestLog(t *testing.T) { - assertion = assert.New(t) + assertion := assert.New(t) // No values check, just if it crashed or not LogTimestamp(false)