aso_bin_log_test.go 262 B

1234567891011121314
  1. package service
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func TestService_Asobinlogconsumeproc(t *testing.T) {
  7. once.Do(startService)
  8. Convey("asobinlogcommitproc running", t, func() {
  9. So(s.asobinlogcommitproc, ShouldBeNil)
  10. })
  11. }