mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten codex protocol source assertions
This commit is contained in:
@@ -44,7 +44,7 @@ describe("codex app-server protocol source resolver", () => {
|
||||
createProtocolSchema(codexRepo);
|
||||
delete process.env.OPENCLAW_CODEX_REPO;
|
||||
|
||||
await expect(resolveCodexAppServerProtocolSource(worktreeRoot)).resolves.toMatchObject({
|
||||
await expect(resolveCodexAppServerProtocolSource(worktreeRoot)).resolves.toEqual({
|
||||
codexRepo,
|
||||
sourceRoot: path.join(codexRepo, "codex-rs/app-server-protocol/schema"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user