Skip to content

Commit 5980b9c

Browse files
committed
Support for unstable elicitation methods -- tests
1 parent ce50fb4 commit 5980b9c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/acp.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,6 @@ describe("CreateElicitationRequest schema", () => {
20842084
// both the scope union (session vs request) and mode discriminator (form vs url).
20852085
// If the generate.js patches stop applying, these will fail.
20862086

2087-
20882087
const formSessionRequest = {
20892088
sessionId: "sess-1",
20902089
mode: "form" as const,
@@ -2186,7 +2185,6 @@ describe("CreateElicitationRequest schema", () => {
21862185
});
21872186

21882187
describe("CreateElicitationResponse schema", () => {
2189-
21902188
it("accepts accept action with content", () => {
21912189
const result = zCreateElicitationResponse.safeParse({
21922190
action: "accept",

0 commit comments

Comments
 (0)