We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e22d commit 58b935dCopy full SHA for 58b935d
tests/duration/test_in_words.py
@@ -62,7 +62,7 @@ def test_separator():
62
def test_subseconds():
63
pi = pendulum.duration(microseconds=123456)
64
65
- assert pi.in_words() == "0.12 second"
+ assert pi.in_words() == "0.12 seconds"
66
67
68
def test_subseconds_with_seconds():
0 commit comments