| 1507 | configuratorId: S.NonEmptyString255("other"), |
| 1508 | label: S.NonEmptyString50("nope") |
| 1509 | }) |
| 1510 | ) |
| 1511 | expect(Option.isNone(notFound)).toBe(true) |
| 1512 | }) |
| 1513 | .pipe(Effect.provide(TestStoreLive), setupRequestContextFromCurrent(), Effect.scoped, Effect.runPromise)) |
| 1514 |