This commit is contained in:
Eugene Yurtsev
2024-12-10 11:00:58 -08:00
committed by Nuno Campos
parent 0f287d986b
commit 70eeb2a670
+2 -2
View File
@@ -14942,8 +14942,8 @@ def test_command_with_static_breakpoints() -> None:
# Start the graph and interrupt at the first node
graph.invoke({"foo": "abc"}, config)
result = graph.invoke(Command(resume="node1"), config)
assert result == {"foo": "abc|node-1|node-2"}
result = graph.invoke(Command(update={"foo": "def"}), config)
assert result == {"foo": "def|node-1|node-2"}
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC)