X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ba4464e2f05b5d9fc0e2445382330255fe857524..c3c538444c15e68e96780f157935f2baa4ba0bc5:/lib/dispatchcloud/worker/gocheck_test.go diff --git a/lib/dispatchcloud/worker/gocheck_test.go b/lib/dispatchcloud/worker/gocheck_test.go new file mode 100644 index 0000000000..b4ca66c97c --- /dev/null +++ b/lib/dispatchcloud/worker/gocheck_test.go @@ -0,0 +1,16 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + +package worker + +import ( + "testing" + + check "gopkg.in/check.v1" +) + +// Gocheck boilerplate +func Test(t *testing.T) { + check.TestingT(t) +}