Skip to content

Commit

Permalink
Add todo test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Jan 24, 2025
1 parent 00195f9 commit d7c9ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/api/tests/hold.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ describe("fetchDeliveryLocations", () => {
// expect(deliveryLocationResults.deliveryLocations.length).toEqual(0)
expect(deliveryLocationResults.status).toEqual(500)
})

it.todo(
"Add tests for filtering out locations that are not listed in NYPL_LOCATIONS constant (staff-only)"
)
})

describe("postHoldRequest", () => {
Expand Down

0 comments on commit d7c9ce4

Please sign in to comment.