Fail->Error [ci skip]

This commit is contained in:
Jimmy Zelinskie 2013-08-31 15:14:21 -04:00
parent 24eff112f3
commit 3e67f37c13

View file

@ -29,7 +29,7 @@ func CreateTestTxObj(t *testing.T) Tx {
testDialFunc := makeDialFunc(&testConfig.Cache)
testConn, err := testDialFunc()
if err != nil {
t.Fail()
t.Error(err)
}
return Tx{&testConfig.Cache, false, false, testConn}
}