Merge branch '6429-crunch2-api' closes #6429
[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 }