go-common/app/job/main/passport-auth/service/sync_all_test.go

22 lines
377 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package service
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func Test_compareToken(t *testing.T) {
once.Do(startService)
Convey("Test compareToken", t, func() {
//s.compareToken("201806", 0, 10)
})
}
func Test_compareCookie(t *testing.T) {
once.Do(startService)
Convey("Test compareCookie", t, func() {
//s.compareCookie("201806", 0)
})
}