test: tighten codex protocol source assertions · openclaw/openclaw@31b7355
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -44,7 +44,7 @@ describe("codex app-server protocol source resolver", () => {
|
44 | 44 | createProtocolSchema(codexRepo); |
45 | 45 | delete process.env.OPENCLAW_CODEX_REPO; |
46 | 46 | |
47 | | -await expect(resolveCodexAppServerProtocolSource(worktreeRoot)).resolves.toMatchObject({ |
| 47 | +await expect(resolveCodexAppServerProtocolSource(worktreeRoot)).resolves.toEqual({ |
48 | 48 | codexRepo, |
49 | 49 | sourceRoot: path.join(codexRepo, "codex-rs/app-server-protocol/schema"), |
50 | 50 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。