forked from organicmaps/organicmaps
Fix compile error
This commit is contained in:
parent
e53bd10437
commit
5eb8f70574
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ UNIT_TEST(SmallMwms_Update_Test)
|
|||
storage.GetChildren(kGroupCountryId, children);
|
||||
|
||||
// Download group
|
||||
TEST(storage.DownloadNode(kGroupCountryId), ());
|
||||
storage.DownloadNode(kGroupCountryId);
|
||||
testing::RunEventLoop();
|
||||
|
||||
// Check group node status is EOnDisk
|
||||
|
|
Loading…
Add table
Reference in a new issue