Skip to content

Commit

Permalink
feat: add collections field to the family data being mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Osneil Drakes authored and Osneil Drakes committed Sep 10, 2024
1 parent c9bda55 commit 47a0a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcf_data_mapper/parsers/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def map_family_data(
family_data = {
# For now we are hard coding the category as MCF
"category": "MCF",
"collections": [],
"description": summary,
"geographies": geographies,
"import_id": import_id,
Expand Down
1 change: 1 addition & 0 deletions tests/unit_tests/parsers/family/test_map_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def parsed_family_data():
return [
{
"category": "MCF",
"collections": [],
"description": "The Summary of the Project",
"geographies": ["BGD"],
"import_id": "GCF.family.FP003.12660",
Expand Down

0 comments on commit 47a0a8e

Please sign in to comment.