go-common/app/job/main/up/dao/email/dao_test.go

12 lines
153 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package email
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func Test_Temp(t *testing.T) {
Convey("temp test", t, func() {})
}