productivity_service_test.go 230 B

1234567891011121314
  1. package service
  2. import (
  3. "testing"
  4. )
  5. func TestListProducerInfo(t *testing.T) {
  6. //srv := &ProductivityService{}
  7. //result, err := srv.PtList(2, "2016-05-24", 1)
  8. //if err != nil {
  9. // t.Fatal(err)
  10. //}
  11. //fmt.Println(result)
  12. }