Skip to content

Commit

Permalink
test(assets): valid config file should be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao authored and mostaphaRoudsari committed Nov 2, 2021
1 parent e2a027f commit 6bc4563
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions tests/assets/config/valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"identifier": "UDI",
"object_type": "grid",
"unit": "Percentage",
"path": "./tests/assets/df_results",
"path": "./tests/assets/udi_results",
"hide": true,
"legend_parameters": {
"hide_legend": false,
Expand All @@ -50,20 +50,26 @@
"identifier": "Relative Path DF Results",
"object_type": "grid",
"unit": "Percentage",
"path": "../udi_results",
"path": "../df_results",
"hide": false,
"legend_parameters": {
"hide_legend": false,
"min": 0,
"max": 100,
"color_set": "nuanced",
"max": 20,
"color_set": "original",
"position": [
0.9,
0.5
0.5,
0.05
],
"orientation": "vertical",
"width": 0.05,
"height": 0.45
"label_parameters": {
"color": [
34,
247,
10
],
"size": 0,
"bold": true
}
}
}
]
Expand Down

0 comments on commit 6bc4563

Please sign in to comment.