Fix assertion

This commit is contained in:
Nuno Campos
2025-03-18 09:54:20 -07:00
parent 9b5549f759
commit 7a959f62cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5608,7 +5608,7 @@ def test_in_one_fan_out_out_one_graph_state() -> None:
"query": "query: what is weather in sf",
"docs": ["doc1", "doc2", "doc3", "doc4"],
},
"triggers": ("retriever_one",),
"triggers": (AnyStr("retriever_"),),
},
},
),
@@ -3990,7 +3990,7 @@ async def test_in_one_fan_out_out_one_graph_state() -> None:
"query": "query: what is weather in sf",
"docs": ["doc1", "doc2", "doc3", "doc4"],
},
"triggers": ("retriever_one",),
"triggers": (AnyStr("retriever_"),),
},
},
),