mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 03:09:45 +02:00
fix(debug): add failing tests
This commit is contained in:
committed by
Nuno Campos
parent
f2dc537696
commit
29548b2e27
@@ -11917,6 +11917,9 @@ def test_debug_nested_subgraphs():
|
||||
clean_config["thread_id"] = config["configurable"]["thread_id"]
|
||||
clean_config["checkpoint_id"] = config["configurable"]["checkpoint_id"]
|
||||
clean_config["checkpoint_ns"] = config["configurable"]["checkpoint_ns"]
|
||||
clean_config["checkpoint_map"] = config["configurable"]["checkpoint_map"]
|
||||
if "checkpoint_map" in config["configurable"]:
|
||||
clean_config["checkpoint_map"] = config["configurable"]["checkpoint_map"]
|
||||
|
||||
return clean_config
|
||||
|
||||
|
||||
@@ -10143,6 +10143,8 @@ async def test_debug_nested_subgraphs():
|
||||
clean_config["thread_id"] = config["configurable"]["thread_id"]
|
||||
clean_config["checkpoint_id"] = config["configurable"]["checkpoint_id"]
|
||||
clean_config["checkpoint_ns"] = config["configurable"]["checkpoint_ns"]
|
||||
if "checkpoint_map" in config["configurable"]:
|
||||
clean_config["checkpoint_map"] = config["configurable"]["checkpoint_map"]
|
||||
|
||||
return clean_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user