From 8ef67ff99fa56aab373187f94a73322b10aa3f41 Mon Sep 17 00:00:00 2001 From: Justin Li <jli.justinli@gmail.com> Date: Wed, 16 Jul 2014 12:25:40 -0400 Subject: [PATCH] Remove unnecessary imports in tests --- http/announce_private_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/http/announce_private_test.go b/http/announce_private_test.go index eb82f6f..a265521 100644 --- a/http/announce_private_test.go +++ b/http/announce_private_test.go @@ -10,9 +10,6 @@ import ( "github.com/chihaya/bencode" "github.com/chihaya/chihaya/config" "github.com/chihaya/chihaya/models" - - _ "github.com/chihaya/chihaya/drivers/backend/noop" - _ "github.com/chihaya/chihaya/drivers/tracker/memory" ) func TestPrivateAnnounce(t *testing.T) {