Update log_test.go
This commit is contained in:
parent
a6339e0d32
commit
c359e7b85e
|
@ -1,13 +1,14 @@
|
||||||
package lib
|
package lib
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"net/http"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestLog(t *testing.T) {
|
func TestLog(t *testing.T) {
|
||||||
assertion = assert.New(t)
|
assertion := assert.New(t)
|
||||||
|
|
||||||
// No values check, just if it crashed or not
|
// No values check, just if it crashed or not
|
||||||
LogTimestamp(false)
|
LogTimestamp(false)
|
||||||
|
|
Reference in New Issue