Skip to content

Commit

Permalink
add metadata to mock client.get_area_weighted_series
Browse files Browse the repository at this point in the history
  • Loading branch information
prabesh-paudel committed Jul 19, 2023
1 parent 37ee7bd commit 3f6ed0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groclient/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def mock_get_area_weighted_series(
region_id,
method,
latest_date_only,
metadata
):
return {"2022-07-11": 0.715615, "2022-07-19": 0.733129, "2022-07-27": 0.748822}

Expand Down

0 comments on commit 3f6ed0c

Please sign in to comment.