forked from organicmaps/organicmaps
Merge pull request #4369 from mgsergio/booking-api
Fix booking_api tests.
This commit is contained in:
commit
99e61d3357
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ UNIT_TEST(GetHotelInfo) // GetHotelInfo is a mockup now.
|
|||
TEST(!info.m_description.empty(), ());
|
||||
TEST_EQUAL(info.m_photos.size(), 9, ());
|
||||
TEST_EQUAL(info.m_facilities.size(), 3, ());
|
||||
TEST_EQUAL(info.m_reviews.size(), 3, ());
|
||||
TEST_EQUAL(info.m_reviews.size(), 12, ());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue