Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Osneil Drakes authored and Osneil Drakes committed Sep 11, 2024
1 parent e82d2f8 commit ffbec4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/parsers/family/test_map_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def parsed_family_data():
{
"category": "MCF",
"collections": [],
"description": "The Summary of the Project",
"summary": "The Summary of the Project",
"geographies": ["BGD"],
"import_id": "GCF.family.FP003.12660",
"metadata": {
Expand All @@ -24,7 +24,7 @@ def parsed_family_data():
"result_areas": ["Coastal protection and restoration"],
"result_types": ["Adaptation"],
"sector": ["Environment"],
"status": "Under Implementation",
"status": ["Under Implementation"],
"theme": ["Adaptation"],
},
"title": "Enhancing resilience of coastal ecosystems and communities",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def parsed_family_metadata():
"result_areas": ["The Area for the Result Area"],
"result_types": ["The Type for the Result Area"],
"sector": ["Private"],
"status": "Under Implementation",
"status": ["Under Implementation"],
"theme": ["Adaptation"],
}

Expand Down

0 comments on commit ffbec4e

Please sign in to comment.