Skip to content

Commit

Permalink
Change dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Feb 13, 2025
1 parent 0365e63 commit 9613b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hdx/scraper/acled/acled.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def download_data(self, current_year: int) -> None:
def generate_dataset(self) -> Optional[Dataset]:
dataset = Dataset(
{
"name": "hdx-hapi-conflict-events",
"name": "hdx-hapi-conflict-event",
"title": "HDX HAPI - Coordination & Context: Conflict Events",
}
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_acled.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_acled(self, configuration, read_dataset, fixtures_dir, input_dir, confi
"[Terms of Use and Attribution Policy](https://acleddata.com/terms-of-use/).",
"maintainer": "aa13de36-28c5-47a7-8d0b-6d7c754ba8c8",
"methodology": "Registry",
"name": "hdx-hapi-conflict-events",
"name": "hdx-hapi-conflict-event",
"notes": "This dataset contains data obtained from the\n"
"[HDX Humanitarian API](https://hapi.humdata.org/) (HDX HAPI),\n"
"which provides standardized humanitarian indicators designed\n"
Expand Down

0 comments on commit 9613b48

Please sign in to comment.