Skip to content

Commit

Permalink
Complete error test description
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Jun 24, 2024
1 parent fb173f7 commit 6306298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/pages/bib/bibPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe("Bib Page Item Table", () => {
).toBeInTheDocument()
})

it("shows an error when the ", async () => {
it("shows an error when the item fetch fails", async () => {
global.fetch = jest.fn().mockImplementationOnce(() =>
Promise.resolve({
status: 400,
Expand Down

0 comments on commit 6306298

Please sign in to comment.