11644: Use filesystem UUID and path as DeviceID for local disk volumes.
[arvados.git] / services / keepstore / collision_test.go
index 379daddd9803b945b68b6cbf290660c282a2bb2c..d9b7e614fc8aded50990ce41591dcb3a7685be09 100644 (file)
@@ -2,17 +2,11 @@ package main
 
 import (
        "bytes"
-       "testing"
        "testing/iotest"
 
        check "gopkg.in/check.v1"
 )
 
-// Gocheck boilerplate
-func Test(t *testing.T) {
-       check.TestingT(t)
-}
-
 var _ = check.Suite(&CollisionSuite{})
 
 type CollisionSuite struct{}