Merge branch '21535-multi-wf-delete'
[arvados.git] / services / ws / gocheck_test.go
index ea8dfc30c94c94e19308192c8c6713f745ce3a9b..df1ca7ab31c292280ab8a72c2f56155ef4c68e84 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-package main
+package ws
 
 import (
        "testing"
@@ -13,3 +13,7 @@ import (
 func TestGocheck(t *testing.T) {
        check.TestingT(t)
 }
+
+func init() {
+       testMode = true
+}