Skip to content

Commit

Permalink
add line
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yoo committed Jul 6, 2023
1 parent e73f397 commit d142f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/unit/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_make_aware_not_use_tz_naive_negative_dst(self, mock_getattr, mock_is_na
mock_localtime_1.assert_called_with()
mock_make_aware.assert_called_with(dt, "America/Los_Angeles", is_dst=None)
mock_get_default_timezone.assert_called()

@mock.patch('django_celery_beat.utils.timezone.localtime')
@mock.patch('django_celery_beat.utils.timezone.get_default_timezone')
@mock.patch('django_celery_beat.utils.timezone.make_aware')
Expand Down

0 comments on commit d142f88

Please sign in to comment.