Skip to content

Commit 01b38a7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cda8bf0 commit 01b38a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_time.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,13 +551,13 @@ def test_precisedelta_multiple_units(
551551
ONE_DAY - MILLISECONDS_1_337,
552552
"seconds",
553553
"%.1f",
554-
"23 hours, 59 minutes and 58.7 seconds"
554+
"23 hours, 59 minutes and 58.7 seconds",
555555
),
556556
(
557557
ONE_DAY - ONE_MILLISECOND,
558558
"seconds",
559559
"%.4f",
560-
"23 hours, 59 minutes and 59.9990 seconds"
560+
"23 hours, 59 minutes and 59.9990 seconds",
561561
),
562562
],
563563
)

0 commit comments

Comments
 (0)