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:
@ -215,7 +215,6 @@ func TestNotFound(t *testing.T) {
|
||||
if err != nil {
|
||||
switch err {
|
||||
case u.ErrNotFound:
|
||||
t.Fail()
|
||||
//Success!
|
||||
return
|
||||
case u.ErrTimeout:
|
||||
|
Reference in New Issue
Block a user