mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:44:32 +00:00
chore(tsgo/format): fix CI errors
This commit is contained in:
@@ -166,7 +166,7 @@ describe("buildModelsKeyboard", () => {
|
||||
for (const testCase of cases) {
|
||||
const result = buildModelsKeyboard({
|
||||
provider: "anthropic",
|
||||
models: testCase.params.models,
|
||||
models: [...testCase.params.models],
|
||||
currentPage: testCase.params.currentPage,
|
||||
totalPages: 3,
|
||||
pageSize: 2,
|
||||
|
||||
Reference in New Issue
Block a user