Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 10, 2024
1 parent dc702d0 commit 96a658b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion langgraph/src/tests/pregel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,8 @@ it("should process two processes with object input and output", async () => {
one: {
inbox: 3,
},
},
{
two: {
output: 13,
},
Expand Down Expand Up @@ -1899,7 +1901,7 @@ describe("StateGraph", () => {
});
});

it.only("State graph packets", async () => {
it("State graph packets", async () => {
const AgentState = {
messages: Annotation({
reducer: messagesStateReducer,
Expand Down

0 comments on commit 96a658b

Please sign in to comment.