[storage] build is fixed after rebase from release-96

This commit is contained in:
Arsentiy Milchakov 2020-01-10 22:23:04 +03:00
parent 3f3dc1de52
commit ad8cf4c9d3

View file

@ -37,7 +37,7 @@ UNIT_TEST(DownloadingTests_CalcOverallProgress)
Storage s;
s.SetDownloadingUrlsForTesting({storage::kTestWebServer});
s.SetDownloadingServersForTesting({storage::kTestWebServer});
auto baseProgress = s.GetOverallProgress(kTestCountries);
TEST_EQUAL(baseProgress.first, 0, ());