From 60d31564956b5e32ed1b5fe0504e227f3b9b0a82 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Mon, 16 May 2016 14:02:07 +0300 Subject: [PATCH] [downloader] Fix integration tests --- storage/storage_integration_tests/storage_http_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storage_integration_tests/storage_http_tests.cpp b/storage/storage_integration_tests/storage_http_tests.cpp index 3df357b072..0e15bc889a 100644 --- a/storage/storage_integration_tests/storage_http_tests.cpp +++ b/storage/storage_integration_tests/storage_http_tests.cpp @@ -173,7 +173,7 @@ UNIT_CLASS_TEST(StorageHttpTest, StorageDownloadAndDeleteDisputedNode) TCountriesVec const expectedDownloadedChildren = {"Argentina", kDisputedCountryId2, kDisputedCountryId1}; TEST_EQUAL(downloadedChildren, expectedDownloadedChildren, ()); - TEST_EQUAL(availChildren.size(), 224, ()); + TEST_EQUAL(availChildren.size(), 223, ()); m_storage.DeleteNode(kDisputedCountryId1); m_storage.DeleteNode(kDisputedCountryId2);