Fail->Error [ci skip]
This commit is contained in:
parent
24eff112f3
commit
3e67f37c13
1 changed files with 1 additions and 1 deletions
2
cache/redis/redis_test.go
vendored
2
cache/redis/redis_test.go
vendored
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue