fixed
package
This commit is contained in:
parent
fa0453c6bb
commit
1de45f256a
|
@ -5,6 +5,7 @@ import (
|
|||
"google.golang.org/grpc"
|
||||
//"loafle.com/overflow/agent_api/observer/messages"
|
||||
pb "loafle.com/overflow/crawler_go/grpc"
|
||||
|
||||
q "loafle.com/overflow/queue_go"
|
||||
"log"
|
||||
"reflect"
|
||||
|
|
|
@ -7,6 +7,8 @@ import (
|
|||
"strconv"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
|
||||
)
|
||||
|
||||
func TestEventSender_Start(t *testing.T) {
|
||||
|
@ -48,3 +50,5 @@ func testNotify() {
|
|||
}
|
||||
log.Println("New data Notify")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user