Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 10, 2024
1 parent 96a658b commit 3d539d8
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 280 deletions.
2 changes: 1 addition & 1 deletion langgraph/src/channels/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export function createCheckpoint<ValueType>(
channel_values: values,
channel_versions: { ...checkpoint.channel_versions },
versions_seen: deepCopy(checkpoint.versions_seen),
pending_sends: [],
pending_sends: checkpoint.pending_sends ?? [],
};
}
Loading

0 comments on commit 3d539d8

Please sign in to comment.