blacklist_test.go 177 B

1234567891011
  1. package service
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func TestService_QueryBlacklist(t *testing.T) {
  7. Convey("QueryBlacklist", t, func() {})
  8. }