Update prebuilt test

This commit is contained in:
Nuno Campos
2025-03-27 17:58:29 -07:00
parent 4f2e9b838f
commit 49bb08a3f9
-2
View File
@@ -97,7 +97,6 @@ def test_no_prompt(
_AnyIdHumanMessage(content="hi?"),
AIMessage(content="hi?", id="0"),
],
"agent": "agent",
}
assert saved.metadata == {
"parents": {},
@@ -129,7 +128,6 @@ async def test_no_prompt_async(checkpointer_name: str) -> None:
_AnyIdHumanMessage(content="hi?"),
AIMessage(content="hi?", id="0"),
],
"agent": "agent",
}
assert saved.metadata == {
"parents": {},