Files
aptly/task/task_test.go
2022-01-27 09:30:14 +01:00

13 lines
136 B
Go

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