test: clarify google meet setup assertions · openclaw/openclaw@b332f06
steipete
·
2026-05-08
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1865,9 +1865,9 @@ describe("google-meet plugin", () => {
|
1865 | 1865 | }), |
1866 | 1866 | ]), |
1867 | 1867 | ); |
1868 | | -expect(result.details.checks?.some((check) => check.id === "chrome-local-audio-device")).toBe( |
1869 | | -false, |
1870 | | -); |
| 1868 | +expect( |
| 1869 | +result.details.checks?.filter((check) => check.id === "chrome-local-audio-device"), |
| 1870 | +).toEqual([]); |
1871 | 1871 | expect(runCommandWithTimeout).not.toHaveBeenCalled(); |
1872 | 1872 | } finally { |
1873 | 1873 | Object.defineProperty(process, "platform", { value: originalPlatform }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。