forked from organicmaps/organicmaps
[generator tests] Fix misprint.
This commit is contained in:
parent
afae8d601e
commit
091dad32cf
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ UNIT_CLASS_TEST(TestWithClassificator, Metadata_ValidateAndFormat_operator)
|
|||
uint32_t const typeAtm = classif().GetTypeByPath({"amenity", "atm"});
|
||||
uint32_t const typeFuel = classif().GetTypeByPath({"amenity", "fuel"});
|
||||
uint32_t const typeCarSharing = classif().GetTypeByPath({"amenity", "car_sharing"});
|
||||
uint32_t const typeCarRental = classif().GetTypeByPath({"amenity", "car_rantal"});
|
||||
uint32_t const typeCarRental = classif().GetTypeByPath({"amenity", "car_rental"});
|
||||
|
||||
FeatureBuilderParams params;
|
||||
MetadataTagProcessor p(params);
|
||||
|
|
Loading…
Add table
Reference in a new issue