diff --git a/storage/storage_integration_tests/storage_http_tests.cpp b/storage/storage_integration_tests/storage_http_tests.cpp index cfe3683e94..6b80173380 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(), 221, ()); + TEST_EQUAL(availChildren.size(), 222, ()); m_storage.DeleteNode(kDisputedCountryId1); m_storage.DeleteNode(kDisputedCountryId2);