8784: Fix test for latest firefox.
[arvados.git] / services / ws / gocheck_test.go
1 package main
2
3 import (
4         "testing"
5
6         check "gopkg.in/check.v1"
7 )
8
9 func TestGocheck(t *testing.T) {
10         check.TestingT(t)
11 }