Skip to content

Commit 1a6f39b

Browse files
authored
Merge pull request #3708 from freelawproject/fix-failing-test-send-alert-multiple-alert-rates
2 parents c769533 + a598396 commit 1a6f39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cl/alerts/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ def test_send_alert_multiple_alert_rates(self, mock_abort_audio):
20152015
200, mock_raw=True
20162016
),
20172017
):
2018-
mock_date = now().replace(day=30, hour=0)
2018+
mock_date = now().replace(month=1, day=30, hour=0)
20192019
with time_machine.travel(mock_date, tick=False):
20202020
# Call mly command
20212021
with self.assertRaises(InvalidDateError):

0 commit comments

Comments
 (0)