[tests] Fix storage integration tests

This commit is contained in:
Sergey Yershov 2016-04-27 14:08:45 +03:00 committed by Alex Zolotarev
parent ff847713d9
commit 6d508e0d28

View file

@ -173,7 +173,7 @@ UNIT_CLASS_TEST(StorageHttpTest, StorageDownloadAndDeleteDisputedNode)
TCountriesVec const expectedDownloadedChildren = {"Argentina", kDisputedCountryId2, kDisputedCountryId1};
TEST_EQUAL(downloadedChildren, expectedDownloadedChildren, ());
TEST_EQUAL(availChildren.size(), 223, ());
TEST_EQUAL(availChildren.size(), 224, ());
m_storage.DeleteNode(kDisputedCountryId1);
m_storage.DeleteNode(kDisputedCountryId2);