Refactor the multi-host salt install page.
[arvados.git] / services / keepstore / collision_test.go
index 379daddd9803b945b68b6cbf290660c282a2bb2c..aa8f0cbaa1b6e43c64adb67513d6725e2cf24489 100644 (file)
@@ -1,18 +1,16 @@
-package main
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+package keepstore
 
 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{}