Skip to content

Commit 08df3e8

Browse files
committed
🐛 fix(test): add missing signal assertion in unbound completePrompt (#404)
1 parent cc2e4ab commit 08df3e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/api/providers/__tests__/unbound.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ describe("UnboundHandler", () => {
200200
expect.objectContaining({
201201
messages: [{ role: "system", content: "Write a haiku" }],
202202
}),
203+
expect.objectContaining({ signal: expect.any(AbortSignal) }),
203204
)
204205
})
205206

0 commit comments

Comments
 (0)