Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sudan45 committed Dec 29, 2023
1 parent 41c3065 commit dd6ee5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"python.linting.mypyEnabled": true,
"python.linting.enabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
2 changes: 1 addition & 1 deletion apps/assessment_registry/tests/test_dashboard_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ def _query_check(filter=None, **kwargs):
self.assertEqual(content['medianQualityScoreByAnalyticalDensityDate'][0]['sectorDisplay'], "Food Security")
self.assertEqual(content['medianQualityScoreByAnalyticalDensityDate'][0]['date'], str(date.today()))
self.assertEqual(content['medianQualityScoreByAnalyticalDensityDate'][1]['finalScore'], 0.0)
self.assertEqual(content['medianQualityScoreByGeoArea'][0]['geoArea'], self.geo_area1.id)
self.assertEqual(content['medianQualityScoreByGeoArea'][0]['finalScore'], 8.75)

0 comments on commit dd6ee5f

Please sign in to comment.