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 d48e366 commit 2be064eCopy full SHA for 2be064e
1 file changed
tests/agents/test_follow_up.py
@@ -30,6 +30,7 @@ def _msg(content, is_outgoing):
30
m = MagicMock()
31
m.content = content
32
m.is_outgoing = is_outgoing
33
+ m.creation_date = None
34
return m
35
36
0 commit comments