Fix CI for test updates

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2020-02-22 17:27:55 -08:00
parent efdba4f210
commit e65b3f1316
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
3 changed files with 10 additions and 6 deletions

View file

@ -1,11 +1,11 @@
package middleware
import (
"testing"
check "gopkg.in/check.v1"
"io/ioutil"
"os"
"testing"
"gopkg.in/check.v1"
)
func Test(t *testing.T) { check.TestingT(t) }