Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Nov 7, 2024
1 parent 78b892e commit 2293d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_symptoms/tests/test_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def mocked_patch(self, params_):
mock_patch("delphi_google_symptoms.pull.pandas_gbq.read_gbq") as mock_read_gbq, \
mock_patch("delphi_google_symptoms.pull.initialize_credentials", return_value=None), \
mock_patch("delphi_google_symptoms.date_utils.covidcast.metadata", return_value=covidcast_metadata), \
mock_patch("delphi_google_symptoms.run.GEO_RESOLUTIONS", new=["state"]):
mock_patch("delphi_google_symptoms.run.GEO_RESOLUTIONS", new={"state": "state"}):
def side_effect(*args, **kwargs):
if "symptom_search_sub_region_1_daily" in args[0]:
df = state_data_gap
Expand Down

0 comments on commit 2293d50

Please sign in to comment.