mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[tests] fix type name for std::pair in downloader test
Signed-off-by: Wojciech Sipak <wsipak@protonmail.com>
This commit is contained in:
@@ -320,7 +320,7 @@ UNIT_TEST(ChunksDownloadStrategyDynamicChunks)
|
|||||||
{
|
{
|
||||||
vector<string> const servers = {"UrlOfServer1", "UrlOfServer2"};
|
vector<string> const servers = {"UrlOfServer1", "UrlOfServer2"};
|
||||||
|
|
||||||
typedef pair<int64_t, int64_t> RangeT;
|
typedef std::pair<int64_t, int64_t> RangeT;
|
||||||
|
|
||||||
string url;
|
string url;
|
||||||
ChunksDownloadStrategy strategy(servers);
|
ChunksDownloadStrategy strategy(servers);
|
||||||
|
|||||||
Reference in New Issue
Block a user