X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3acd3536404f889e259ed3634015ed66b173ff3d..a02b4f41cb495ecfea49ac0da1f6da0aec385f7d:/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