cloud2local_test.go 191 B

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