Replace librarian throw helpers with Effect failures

This commit is contained in:
elpresidank 2026-06-02 01:39:04 -05:00
parent 459347ad12
commit e6384e65b9
3 changed files with 146 additions and 101 deletions

View file

@ -73,7 +73,7 @@ describe("LibrarianService schema-backed boundaries", () => {
"chunk-size": 4,
});
const uploadId = response["upload-id"];
const status = service.getUploadStatus({
const status = await service.getUploadStatus({
operation: "get-upload-status",
"upload-id": uploadId,
});