Skip to content

Commit 804eece

Browse files
committed
Fix time-sensitive assertion in 'all' granularity test
1 parent ea3c1ae commit 804eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ def test_multiple_granularity(self):
20552055

20562056
def test_all_granularity(self):
20572057
assert (
2058-
self.now.humanize(granularity="all")
2058+
self.now.humanize(self.now, granularity="all")
20592059
== "in 0 years 0 quarters 0 months 0 weeks 0 days 0 hours 0 minutes and 0 seconds"
20602060
)
20612061

0 commit comments

Comments
 (0)