8555: Log statistics in EmptyTrash.
[arvados.git] / services / keepstore / pull_worker_test.go
index c6a41953842b6c2ab9403c84c04d17cee839fabd..5076b85e20703e8305b74ab4ce5a048cd17a81b0 100644 (file)
@@ -8,20 +8,13 @@ import (
        . "gopkg.in/check.v1"
        "io"
        "net/http"
-       "testing"
        "time"
 )
 
-type PullWorkerTestSuite struct{}
-
-// Gocheck boilerplate
-func TestPullWorker(t *testing.T) {
-       TestingT(t)
-}
-
-// Gocheck boilerplate
 var _ = Suite(&PullWorkerTestSuite{})
 
+type PullWorkerTestSuite struct{}
+
 var testPullLists map[string]string
 var readContent string
 var readError error