public function testBuildPoint()
 {
     $database = $this->getDatabaseMockReturnsResultSet([]);
     $this->client->setDatabase($database);
     $torrent = $this->expectedTorrentList[0];
     $this->client->buildPoint($torrent, 'localhost');
 }