Skip to content

Commit b75637f

Browse files
author
Andrew Yoo
committed
add line
1 parent 5221a90 commit b75637f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/unit/test_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_make_aware_not_use_tz_naive_negative_dst(self, mock_getattr, mock_is_na
111111
mock_localtime_1.assert_called_with()
112112
mock_make_aware.assert_called_with(dt, "America/Los_Angeles", is_dst=None)
113113
mock_get_default_timezone.assert_called()
114+
114115
@mock.patch('django_celery_beat.utils.timezone.localtime')
115116
@mock.patch('django_celery_beat.utils.timezone.get_default_timezone')
116117
@mock.patch('django_celery_beat.utils.timezone.make_aware')

0 commit comments

Comments
 (0)