2960: Refactor keepstore into a streaming server.
[arvados.git] / services / keepstore / gocheck_test.go
diff --git a/services/keepstore/gocheck_test.go b/services/keepstore/gocheck_test.go
deleted file mode 100644 (file)
index 133ed6e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-import (
-       "gopkg.in/check.v1"
-       "testing"
-)
-
-func TestGocheck(t *testing.T) {
-       check.TestingT(t)
-}