mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 21:19:38 -04:00
Rename constants to populations
This is a better name for the module because it’s: - not just constants, there’s a method in here now - only stuff to do with populations, not other kinds of constants
This commit is contained in:
@@ -4,7 +4,7 @@ from app.broadcast_areas import (
|
||||
BroadcastAreasRepository,
|
||||
broadcast_area_libraries,
|
||||
)
|
||||
from app.broadcast_areas.constants import CITY_OF_LONDON
|
||||
from app.broadcast_areas.populations import CITY_OF_LONDON
|
||||
|
||||
|
||||
def test_loads_libraries():
|
||||
|
||||
Reference in New Issue
Block a user