Skip to content

Commit 2989be0

Browse files
committed
Fix session-context test typecheck
1 parent 98e721f commit 2989be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/session-context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe("buildEvaluationContext", () => {
100100
state: {
101101
sourceAgentId: "worker-1",
102102
agentName: "base-agent:worker-1",
103-
steps: [{ type: "tool", name: "shell" }],
103+
steps: [{ type: "tool" as const, name: "shell" }],
104104
stepsHash: "hash-1",
105105
lastSyncedStepsHash: "hash-0",
106106
syncPromise: null,

0 commit comments

Comments
 (0)