test: tighten docker e2e helper

This commit is contained in:
Peter Steinberger
2026-05-08 21:19:11 +01:00
parent 2ccc08851d
commit 03d6a5a6dc

View File

@@ -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");
}