mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 05:40:46 +00:00
test: tighten live media chunk helpers
This commit is contained in:
@@ -18,7 +18,6 @@ function requirePlanEntry(
|
||||
suiteId: string,
|
||||
) {
|
||||
const entry = plan.find((candidate) => candidate.suite.id === suiteId);
|
||||
expect(entry).toBeDefined();
|
||||
if (!entry) {
|
||||
throw new Error(`expected ${suiteId} run plan entry`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user