Skip to content

Commit 58b935d

Browse files
Jesse Harwinashb
authored andcommitted
Fixed pluralization in test
1 parent b45e22d commit 58b935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/duration/test_in_words.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_separator():
6262
def test_subseconds():
6363
pi = pendulum.duration(microseconds=123456)
6464

65-
assert pi.in_words() == "0.12 second"
65+
assert pi.in_words() == "0.12 seconds"
6666

6767

6868
def test_subseconds_with_seconds():

0 commit comments

Comments
 (0)