[storage] Fix build.

This commit is contained in:
Maxim Pimenov 2016-03-01 16:53:41 +03:00 committed by Sergey Yershov
parent cf12e48653
commit f53fe2361e

View file

@ -89,7 +89,7 @@ UNIT_TEST(StorageMigrationTests)
for (auto const & countryId : kOldCountries)
TEST(s.IsNodeDownloaded(countryId), (countryId));
TEST(f.PreMigrate(curPos, statePrefetchChanged, progressChanged), ());
TEST_NOT_EQUAL(f.PreMigrate(curPos, statePrefetchChanged, progressChanged), kInvalidCountryId, ());
TEST(f.Storage().GetPrefetchStorage()->IsDownloadInProgress(), ("Empty queue"));
// Wait for downloading complete.
testing::RunEventLoop();