X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ab1b540a710fd454f33e9ba22db601e67f3d217..eb6f398cb2405deea55a54a9b142d64c841d5f5a:/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 +}