chore(tsgo/format): fix CI errors

This commit is contained in:
Gustavo Madeira Santana
2026-02-21 17:51:56 -05:00
parent 6ac89757ba
commit 0e1aa77928
15 changed files with 133 additions and 59 deletions

View File

@@ -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,