Skip to content

Commit f389383

Browse files
committed
Fix line length in test docstring
1 parent 3e312bd commit f389383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def test_naturalday_tz_aware() -> None:
327327

328328
@freeze_time("2023-10-15 23:00:00", tz_offset=0)
329329
def test_naturaldate_tz_aware() -> None:
330-
"""Test that naturaldate compares dates in the value's timezone, not system local."""
330+
"""Test naturaldate compares dates in value's timezone."""
331331
# https://github.com/python-humanize/humanize/issues/152
332332
utc = dt.timezone.utc
333333
aedt = dt.timezone(dt.timedelta(hours=11))

0 commit comments

Comments
 (0)