Fix total population column name for widget

This commit is contained in:
Raul Ochoa 2016-03-03 12:04:03 +01:00
parent 31dede5d06
commit e53d823b5a

View File

@ -554,7 +554,7 @@ describe('analysis-layers use cases', function() {
total_population_formula: {
type: 'formula',
options: {
column: 'estimated_people',
column: 'total_population',
operation: 'sum'
}
}