Library/models/main_test.go
konrad ed38925489
Some checks failed
the build failed
Fixed lint + gofmt
2018-01-16 11:55:12 +01:00

8 lines
85 B
Go

package models
import "testing"
func TestMain(m *testing.M) {
MainTest(m, "..")
}