Fix query table

This commit is contained in:
Raul Ochoa 2016-03-02 13:27:28 +01:00
parent 3b11525cfb
commit 9b9e6b13b7

View File

@ -591,7 +591,7 @@ describe('analysis-layers use cases', function() {
"id": 'a0',
"type": "source",
"params": {
query: "select the_geom, age, gender, income from analysis_rent_listings"
query: "select the_geom, age, gender, income from people"
},
dataviews: {
age_histogram: {