mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 23:20:47 +00:00
test: tighten docker e2e helper
This commit is contained in:
@@ -32,7 +32,6 @@ function planFor(
|
||||
|
||||
function requireFirstLane(plan: ReturnType<typeof planFor>) {
|
||||
const [lane] = plan.lanes;
|
||||
expect(lane).toBeDefined();
|
||||
if (!lane) {
|
||||
throw new Error("Expected at least one Docker E2E lane");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user