Skip to content

Commit

Permalink
[downloader] Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syershov committed May 16, 2016
1 parent 53aca94 commit 60d3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage_integration_tests/storage_http_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 60d3156

Please sign in to comment.