Update tests/app/broadcast_areas/test_broadcast_area.py

Co-authored-by: David McDonald <idavidmcdonald@me.com>
This commit is contained in:
Chris Hill-Scott
2020-09-17 11:09:52 +01:00
committed by GitHub
parent ae17ff1f07
commit 4c7180ca75

View File

@@ -194,7 +194,7 @@ def test_count_of_phones_for_all_levels(area_id, area_name, expected_count):
assert area.count_of_phones == expected_count
def test_city_of_london_counts_are_not_derived_from():
def test_city_of_london_counts_are_not_derived_from_population():
city_of_london = broadcast_area_libraries.get_areas('lad20-E09000001')[0]
assert city_of_london.name == 'City of London'