From eb97e7c4f4819fd5f7b473e42a79f96e39df31d1 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Mon, 4 Mar 2024 20:41:16 -0800 Subject: [PATCH] fix typo --- .../features/mapSideBar/property/MotiInventoryHeader.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx b/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx index 36e63cb3a8..7e0bf05ef1 100644 --- a/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx +++ b/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx @@ -101,7 +101,7 @@ describe('MotiInventoryHeader component', () => { }, isLoading: false, }); - // "retire" indicator is shown + // "retired" indicator is shown expect(result.getByText(/expired/i)).toBeVisible(); });