Create & Init Project...
This commit is contained in:
14
app/admin/ep/melloi/service/user_test.go
Normal file
14
app/admin/ep/melloi/service/user_test.go
Normal file
@ -0,0 +1,14 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func Test_QueryUserInfo(t *testing.T) {
|
||||
Convey("query user or create user", t, func() {
|
||||
_, err := s.QueryUser("zhanglu")
|
||||
So(err, ShouldBeNil)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user