Add ProtocolEngine test case to ContactRetry plugin
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Sarah Jamie Lewis 2023-05-16 15:47:49 -07:00
parent f982e55c4f
commit 462a294c93
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ func TestContactRetryQueue(t *testing.T) {
bus := event.NewEventManager()
cr := NewConnectionRetry(bus, "").(*contactRetry)
cr.ACNUp = true // fake an ACN connection...
cr.protocolEngine = true // fake protocol engine
go cr.run()
t.Logf("contact plugin up and running..sending peer connection...")