From de8e487ff16d62bd5ecaf28c0c90d08c452918f4 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 5 Nov 2024 10:53:42 -0800 Subject: [PATCH] Add todo --- libs/langgraph/tests/test_pregel.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/langgraph/tests/test_pregel.py b/libs/langgraph/tests/test_pregel.py index 87606ea29..0f0bbe461 100644 --- a/libs/langgraph/tests/test_pregel.py +++ b/libs/langgraph/tests/test_pregel.py @@ -2544,6 +2544,10 @@ def test_send_react_interrupt_control( } assert foo_called == 0 + # interrupt-update-resume flow, creating new Send in update call + + # TODO add here test with invoke(Control()) + @pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC) def test_invoke_checkpoint_three(