X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a50278e3d0e26bb5d513d0af5da2fb559b112388..54a9d4afcc7a7800388d61a2601f2495fd265ae9:/services/keepstore/pull_worker_test.go diff --git a/services/keepstore/pull_worker_test.go b/services/keepstore/pull_worker_test.go index c6a4195384..5076b85e20 100644 --- a/services/keepstore/pull_worker_test.go +++ b/services/keepstore/pull_worker_test.go @@ -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