projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10557: Remove redundant hook condition.
[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
}