test(): remove unused method GetURL(key string)

This commit is contained in:
Tommy PAGEARD 2020-07-09 11:31:16 +02:00
parent 6308e62bbb
commit 5b70a612a7

View File

@ -289,10 +289,6 @@ func (p fakePeers) GetAll() []ProtoGetter {
return p
}
func (p fakePeers) GetURL(key string) string {
return "fakePeer"
}
// tests that peers (virtual, in-process) are hit, and how much.
func TestPeers(t *testing.T) {
once.Do(testSetup)