Merge branch '8087-arv-cli-request-body-from-file' of https://github.com/wtsi-hgi...
[arvados.git] / services / keepstore / gocheck_test.go
1 package main
2
3 import (
4         "gopkg.in/check.v1"
5         "testing"
6 )
7
8 func TestGocheck(t *testing.T) {
9         check.TestingT(t)
10 }