Skip to content

Commit

Permalink
fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Jan 3, 2025
1 parent d9c834f commit 20c16f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemAvailability.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("ItemAvailability", () => {
screen.queryByText("Schwarzman Building - Main Reading Room 315")
).not.toBeInTheDocument()
})
it("recap YES aeon NO finding ait", () => {
it("recap YES aeon NO finding aid", () => {
const item = new Item(itemPhysicallyRequestable, parentBib)
item.availability = new ItemAvailabilityModel({
isAvailable: true,
Expand Down

0 comments on commit 20c16f5

Please sign in to comment.