mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
2e8d690ab1
commit
1b0ed983c5
1 changed files with 3 additions and 1 deletions
|
|
@ -188,7 +188,9 @@ describe("HttpApi server", () => {
|
|||
minimum: 1,
|
||||
maximum: 200,
|
||||
})
|
||||
expect(parameterSchema({ spec: effect, path: "/session/{sessionID}/message", method: "get", name: "limit" })).toEqual({
|
||||
expect(
|
||||
parameterSchema({ spec: effect, path: "/session/{sessionID}/message", method: "get", name: "limit" }),
|
||||
).toEqual({
|
||||
type: "integer",
|
||||
minimum: 0,
|
||||
maximum: Number.MAX_SAFE_INTEGER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue