Fix windows compile for dialer package

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-11-07 10:43:53 -05:00
parent bba473aeb1
commit fc08f019f3
5 changed files with 17 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ func TestExchangeBasic(t *testing.T) {
cancel: cancel2,
},
} {
var received []Event
var received []events.Event
subscribercheck:
for {
select {