Skip to content

Commit 4e1087b

Browse files
committed
fix: update test for new task message format
- test_task_scheduler_fixes.py: update assertion to match new tarea header format
1 parent 9ef6a2e commit 4e1087b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_task_scheduler_fixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_sent_message_includes_tarea_programada_prefix(self, mock_sched):
213213
_flush_task_pool()
214214

215215
sent_text = mock_send.call_args[0][1]
216-
assert "tarea programada:" in sent_text
216+
assert "tarea «recordame algo»:" in sent_text
217217

218218

219219
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)