Fix merge conflict.
[arvados.git] / services / ws / gocheck_test.go
index e86a3c6cd3ba8d1a36ce1a73071bd56566aae794..df1ca7ab31c292280ab8a72c2f56155ef4c68e84 100644 (file)
@@ -1,4 +1,8 @@
-package main
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+package ws
 
 import (
        "testing"
@@ -9,3 +13,7 @@ import (
 func TestGocheck(t *testing.T) {
        check.TestingT(t)
 }
+
+func init() {
+       testMode = true
+}