headscale/hscontrol/mapper/suite_test.go

16 lines
160 B
Go
Raw Normal View History

package mapper
import (
"testing"
"gopkg.in/check.v1"
)
func Test(t *testing.T) {
check.TestingT(t)
}
var _ = check.Suite(&Suite{})
type Suite struct{}