genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log_test.go

This commit is contained in:
Geno 2017-03-30 14:44:17 +02:00 committed by GitHub
parent a6339e0d32
commit c359e7b85e
1 changed files with 2 additions and 1 deletions

View File

@ -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)