mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 18:57:52 +02:00
Fix
This commit is contained in:
@@ -6818,7 +6818,6 @@ def test_send_dedupe_on_resume(
|
||||
"__pregel_push",
|
||||
("__pregel_pull", "1"),
|
||||
2,
|
||||
AnyStr(),
|
||||
),
|
||||
error=None,
|
||||
interrupts=(),
|
||||
@@ -6832,7 +6831,6 @@ def test_send_dedupe_on_resume(
|
||||
"__pregel_push",
|
||||
("__pregel_pull", "1"),
|
||||
3,
|
||||
AnyStr(),
|
||||
),
|
||||
error=None,
|
||||
interrupts=(),
|
||||
@@ -6848,10 +6846,8 @@ def test_send_dedupe_on_resume(
|
||||
"__pregel_push",
|
||||
("__pregel_pull", "1"),
|
||||
2,
|
||||
AnyStr(),
|
||||
),
|
||||
2,
|
||||
AnyStr(),
|
||||
),
|
||||
error=None,
|
||||
interrupts=(),
|
||||
@@ -6867,10 +6863,8 @@ def test_send_dedupe_on_resume(
|
||||
"__pregel_push",
|
||||
("__pregel_pull", "1"),
|
||||
3,
|
||||
AnyStr(),
|
||||
),
|
||||
2,
|
||||
AnyStr(),
|
||||
),
|
||||
error=None,
|
||||
interrupts=(Interrupt(value="Bahh", when="during"),),
|
||||
|
||||
Reference in New Issue
Block a user