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 4bf1bf1 commit b89ca53Copy full SHA for b89ca53
tests/localization/test_it.py
@@ -64,9 +64,7 @@ def diff_for_humans():
64
assert d2.diff_for_humans(d, locale=locale) == "alcuni secondi prima"
65
66
assert d.diff_for_humans(d2, True, locale=locale) == "alcuni secondi"
67
- assert (
68
- d2.diff_for_humans(d.add(seconds=1), True, locale=locale) == "alcuni secondi"
69
- )
+ assert d2.diff_for_humans(d.add(seconds=1), True, locale=locale) == "alcuni secondi"
70
71
72
def test_format():
0 commit comments