File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2057,7 +2057,7 @@ def test_all_granularity(self):
2057
2057
assert (
2058
2058
self .now .humanize (granularity = "all" )
2059
2059
== "in 0 years 0 quarters 0 months 0 weeks 0 days 0 hours 0 minutes and 0 seconds"
2060
- ) # TODO: this should be "ago"; change this when #997 is merged
2060
+ )
2061
2061
2062
2062
later105 = self .arrow .shift (seconds = 10 ** 5 )
2063
2063
assert (
@@ -2086,8 +2086,8 @@ def test_all_granularity(self):
2086
2086
later_two_months = self .arrow .shift (days = 61 )
2087
2087
assert (
2088
2088
self .arrow .humanize (later_two_months , granularity = "all" )
2089
- == "in 0 years 0 quarters 2 months 0 weeks 0 days 0 hours 0 minutes and 0 seconds"
2090
- ) # TODO: this should be "ago"; change this when #997 is merged
2089
+ == "0 years 0 quarters 2 months 0 weeks 0 days 0 hours 0 minutes and 0 seconds ago "
2090
+ )
2091
2091
assert (
2092
2092
later_two_months .humanize (self .arrow , granularity = "all" )
2093
2093
== "in 0 years 0 quarters 2 months 0 weeks 0 days 0 hours 0 minutes and 0 seconds"
You can’t perform that action at this time.
0 commit comments