We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f978556 commit a96a2f2Copy full SHA for a96a2f2
libs/langgraph/tests/test_pregel.py
@@ -830,9 +830,9 @@ def raise_if_above_10(input: int) -> int:
830
assert checkpoint["channel_values"].get("total") == 5
831
832
833
-def test_pending_writes_resume(sync_checkpointer: BaseCheckpointSaver) -> None:
834
- durability = "exit"
835
-
+def test_pending_writes_resume(
+ sync_checkpointer: BaseCheckpointSaver, durability: Durability
+) -> None:
836
class State(TypedDict):
837
value: Annotated[int, operator.add]
838
0 commit comments