mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
test: name google setup entries
This commit is contained in:
parent
6e562f5163
commit
174e7ddffd
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ describe("google setup entry", () => {
|
|||
},
|
||||
} as never);
|
||||
|
||||
expect(providerIds).toContain("google-vertex");
|
||||
expect(cliBackendIds).toContain("google-gemini-cli");
|
||||
expect(providerIds).toEqual(["google-vertex"]);
|
||||
expect(cliBackendIds).toEqual(["google-gemini-cli"]);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue