Test for Pruner
This commit is contained in:
47
test/fixtures/missing_indicators.json
vendored
Normal file
47
test/fixtures/missing_indicators.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Urban Extent",
|
||||
"sub_themes": [
|
||||
{
|
||||
"categories": [
|
||||
{
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Population",
|
||||
"unit": "(thousands)"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Population density",
|
||||
"unit": "(people per sq. km.)"
|
||||
}
|
||||
],
|
||||
"id": 1,
|
||||
"name": "Administrative"
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Area",
|
||||
"unit": "(sq. km.)"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Population",
|
||||
"unit": "(thousands)"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Population density",
|
||||
"unit": "(people per sq. km.)"
|
||||
}
|
||||
],
|
||||
"id": 2,
|
||||
"name": "Built up"
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user