From 060930c4865b4807f33c194e12ef797818ca7e95 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Tue, 19 Aug 2014 20:02:42 -0700 Subject: [PATCH] removed failure call i forgot to remove --- routing/dht/ext_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routing/dht/ext_test.go b/routing/dht/ext_test.go index 1ef68fbec..8d1e74ba5 100644 --- a/routing/dht/ext_test.go +++ b/routing/dht/ext_test.go @@ -215,7 +215,6 @@ func TestNotFound(t *testing.T) { if err != nil { switch err { case u.ErrNotFound: - t.Fail() //Success! return case u.ErrTimeout: