Create & Init Project...
This commit is contained in:
15
app/job/main/usersuit/service/pendant_test.go
Normal file
15
app/job/main/usersuit/service/pendant_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func TestServiceExpiredEquip(t *testing.T) {
|
||||
Convey("should return err be nil", t, func() {
|
||||
err := s.expiredEquip(context.TODO())
|
||||
So(err, ShouldBeNil)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user