Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 2, 2024
1 parent 475c5ea commit 3fbb88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_naturaldelta_nomonths(test_input: dt.timedelta, expected: str) -> None:
def test_naturaldelta(test_input: float | dt.timedelta, expected: str) -> None:
assert humanize.naturaldelta(test_input) == expected


@freeze_time("2020-02-02")
@pytest.mark.parametrize(
"test_input, expected",
Expand Down

0 comments on commit 3fbb88c

Please sign in to comment.