Merge branch 'main' of https://github.com/openclaw/openclaw · openclaw/openclaw@dfce72d
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -146,6 +146,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
146 | 146 | ]); |
147 | 147 | expect(packageUpdateCore.lanes.map((lane) => lane.name)).toEqual([ |
148 | 148 | "npm-onboard-channel-agent", |
| 149 | +"npm-onboard-discord-channel-agent", |
149 | 150 | "doctor-switch", |
150 | 151 | "update-channel-switch", |
151 | 152 | "upgrade-survivor", |
@@ -157,6 +158,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
157 | 158 | name: "npm-onboard-channel-agent", |
158 | 159 | stateScenario: "empty", |
159 | 160 | }), |
| 161 | +expect.objectContaining({ |
| 162 | +name: "npm-onboard-discord-channel-agent", |
| 163 | +stateScenario: "empty", |
| 164 | +}), |
160 | 165 | expect.objectContaining({ |
161 | 166 | name: "doctor-switch", |
162 | 167 | stateScenario: "empty", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。