Files
aptly/utils/utils_test.go
Andrey Smirnov 903d4cefba gofmt -s
2015-02-22 14:29:09 +03:00

13 lines
127 B
Go

package utils
import (
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}