From ad8cf4c9d3e0a5c501b3bff0fb69ef0c97310d08 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Fri, 10 Jan 2020 22:23:04 +0300 Subject: [PATCH] [storage] build is fixed after rebase from release-96 --- storage/storage_integration_tests/download_calc_size_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storage_integration_tests/download_calc_size_test.cpp b/storage/storage_integration_tests/download_calc_size_test.cpp index 87813b99d5..14d8d27c70 100644 --- a/storage/storage_integration_tests/download_calc_size_test.cpp +++ b/storage/storage_integration_tests/download_calc_size_test.cpp @@ -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, ());