mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: name google setup entries
This commit is contained in:
@@ -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"]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user