Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Mar 5, 2024
1 parent df19717 commit eb97e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('MotiInventoryHeader component', () => {
},
isLoading: false,
});
// "retire" indicator is shown
// "retired" indicator is shown
expect(result.getByText(/expired/i)).toBeVisible();
});

Expand Down

0 comments on commit eb97e7c

Please sign in to comment.