Create & Init Project...
This commit is contained in:
13
app/job/main/archive/dao/reply/reply_test.go
Normal file
13
app/job/main/archive/dao/reply/reply_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package reply
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func Test_ChangeSubjectMid(t *testing.T) {
|
||||
Convey("ChangeSubjectMid", t, func() {
|
||||
d.ChangeSubjectMid(0, 1684013)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user