X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..2c6557f613fcf6cdcebb08c321a5d061aeb780c6:/services/keepstore/gocheck_test.go diff --git a/services/keepstore/gocheck_test.go b/services/keepstore/gocheck_test.go deleted file mode 100644 index 89d680fc12..0000000000 --- a/services/keepstore/gocheck_test.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (C) The Arvados Authors. All rights reserved. -// -// SPDX-License-Identifier: AGPL-3.0 - -package main - -import ( - "gopkg.in/check.v1" - "testing" -) - -func TestGocheck(t *testing.T) { - check.TestingT(t) -}