Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Jun 22, 2021
2 parents 3ce4d86 + 9830278 commit 1e9744d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def test_given_info_not_updated_when_handle_min_date_then_update_centres_called(

assert "*06/03/2021*:\n- hosp1\n- hosp2" in answer
assert "*09/05/2021*:\n- hosp3\n- hosp4" in answer
assert "Actualizado hace 0 minutos" in answer


@freeze_time("2021-06-22 18:20:00")
Expand All @@ -606,6 +607,7 @@ def test_given_info_updated_when_handle_min_date_then_update_centres_not_called(

assert "*06/03/2021*:\n- hosp1\n- hosp2" in answer
assert "*09/05/2021*:\n- hosp3\n- hosp4" in answer
assert "Actualizado hace 19 minutos" in answer


@freeze_time("2021-06-22")
Expand Down

0 comments on commit 1e9744d

Please sign in to comment.