This commit is contained in:
Miek Gieben 2012-05-21 22:07:46 +02:00
parent fac9182aa6
commit 39f0ff4e7c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestClientASync(t *testing.T) {
forever:
for {
select {
case n := <-c.Incoming:
case n := <-c.Reply:
if n.Reply != nil && n.Reply.Rcode != RcodeSuccess {
t.Log("Failed to get an valid answer")
t.Fail()