8784: Fix test for latest firefox.
[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 }