To test this part of the extractor code: for identifier in identifiers: if identifier.value.lower() in ['ice', 'ice water']: ice_present = True
To test this part of the extractor code:
for identifier in identifiers:
if identifier.value.lower() in ['ice', 'ice water']:
ice_present = True