test: remove duplicate persisted hash mock keys · openclaw/openclaw@7bc73de
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -446,7 +446,6 @@ describe("update-cli", () => {
|
446 | 446 | persistedHash: snapshot.hash ?? null, |
447 | 447 | snapshot, |
448 | 448 | nextConfig, |
449 | | -persistedHash: snapshot.hash ?? null, |
450 | 449 | result: undefined, |
451 | 450 | attempts: 1, |
452 | 451 | afterWrite: { mode: "none", reason: "test" }, |
@@ -1193,7 +1192,6 @@ describe("update-cli", () => {
|
1193 | 1192 | persistedHash: newerSnapshot.hash, |
1194 | 1193 | snapshot: newerSnapshot, |
1195 | 1194 | nextConfig, |
1196 | | -persistedHash: newerSnapshot.hash, |
1197 | 1195 | result: undefined, |
1198 | 1196 | attempts: 2, |
1199 | 1197 | afterWrite: { mode: "none", reason: "test" }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。