Wrote worker tests.
This commit is contained in:
@@ -9,7 +9,6 @@ type PoolEventKind string
|
||||
const (
|
||||
EventPeerDisconnected PoolEventKind = "disconnected"
|
||||
EventPeerDropped PoolEventKind = "dropped"
|
||||
EventPeerInactive PoolEventKind = "inactive"
|
||||
EventPeerEvicted PoolEventKind = "evicted"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user