1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

removed failure call i forgot to remove

This commit is contained in:
Jeromy
2014-08-19 20:02:42 -07:00
committed by Juan Batiz-Benet
parent c9c9420912
commit 060930c486

View File

@ -215,7 +215,6 @@ func TestNotFound(t *testing.T) {
if err != nil {
switch err {
case u.ErrNotFound:
t.Fail()
//Success!
return
case u.ErrTimeout: