test(skills): remove stale clawhub assertion · openclaw/openclaw@2364c7e
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1375,7 +1375,7 @@ describe("skills-clawhub", () => {
|
1375 | 1375 | const lock = JSON.parse(await fs.readFile(lockPath, "utf8")) as { |
1376 | 1376 | skills: Record<string, { ownerHandle?: string }>; |
1377 | 1377 | }; |
1378 | | -lock.skills.weather!.ownerHandle = "other-owner"; |
| 1378 | +lock.skills.weather.ownerHandle = "other-owner"; |
1379 | 1379 | await fs.writeFile(lockPath, `${JSON.stringify(lock, null, 2)}\n`, "utf8"); |
1380 | 1380 | |
1381 | 1381 | const result = await resolveClawHubSkillVerificationTarget({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。