Skip to content

Commit bec3c4a

Browse files
sweetmantechclaude
andcommitted
fix(sandbox): widen test cast to bridge sandbox stub onto { getState }
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 361922b commit bec3c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎lib/sandbox/__tests__/getSandboxReconnectHandler.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe("getSandboxReconnectHandler", () => {
213213
{ ...baseRow,sandbox_state: RUNTIME_STATE,lifecycle_state: "active"}asnever,
214214
]);
215215
constsb=fakeAliveSandbox(newExpiresAt);
216-
(sbas{getState: ()=>unknown}).getState=()=>({
216+
(sbasunknownas{getState: ()=>unknown}).getState=()=>({
217217
type: "vercel",
218218
sandboxName: "session-sess-1",
219219
expiresAt: newExpiresAt,

0 commit comments

Comments
 (0)