Skip to content

Commit

Permalink
[create-pull-request] automated change (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewFlamm <MatthewFlamm@users.noreply.github.com>
  • Loading branch information
MatthewFlamm and MatthewFlamm authored Nov 8, 2020
1 parent f3e1b26 commit 27e65d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_homeassistant_custom_component/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def async_fire_time_changed(hass, datetime_, fire_all=False):

if fire_all or mock_seconds_into_future >= future_seconds:
with patch(
"homeassistant.helpers.event.pattern_utc_now",
"homeassistant.helpers.event.time_tracker_utcnow",
return_value=date_util.as_utc(datetime_),
):
task._run()
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage==5.3
jsonpickle==1.4.1
mock-open==1.4.0
mypy==0.790
pre-commit==2.7.1
pre-commit==2.8.2
pylint==2.6.0
astroid==2.4.2
pipdeptree==1.0.0
Expand All @@ -22,7 +22,7 @@ pytest-test-groups==1.0.3
pytest-sugar==0.9.4
pytest-timeout==1.4.2
pytest-xdist==2.1.0
pytest==6.0.2
pytest==6.1.2
requests_mock==1.8.0
responses==0.12.0
respx==0.14.0
Expand Down

0 comments on commit 27e65d5

Please sign in to comment.