Skip to content

Commit 2be064e

Browse files
committed
Fix test_follow_up mock missing creation_date causing TypeError in _humanize_age
1 parent d48e366 commit 2be064e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/agents/test_follow_up.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def _msg(content, is_outgoing):
3030
m = MagicMock()
3131
m.content = content
3232
m.is_outgoing = is_outgoing
33+
m.creation_date = None
3334
return m
3435

3536

0 commit comments

Comments
 (0)