X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ca812f58e63bd4673bb62aa8528e07d6020bfc9a..33e4f1574f5bd14784c65863739478ff864732d2:/services/ws/gocheck_test.go diff --git a/services/ws/gocheck_test.go b/services/ws/gocheck_test.go index e86a3c6cd3..df1ca7ab31 100644 --- a/services/ws/gocheck_test.go +++ b/services/ws/gocheck_test.go @@ -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 +}