reply_test.go 207 B

12345678910111213
  1. package reply
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func Test_ChangeSubjectMid(t *testing.T) {
  7. Convey("ChangeSubjectMid", t, func() {
  8. d.ChangeSubjectMid(0, 1684013)
  9. })
  10. }