From e4a8455a18fc0aad6d80dded70ca5c63c9d5f4dc Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 22 Feb 2024 16:10:39 +0100 Subject: [PATCH] Update packages/core-compat-api/src/components/SystemIcon.test.tsx Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Camila Belo --- packages/core-compat-api/src/components/SystemIcon.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-compat-api/src/components/SystemIcon.test.tsx b/packages/core-compat-api/src/components/SystemIcon.test.tsx index ee3a20308d..12b8f41ea5 100644 --- a/packages/core-compat-api/src/components/SystemIcon.test.tsx +++ b/packages/core-compat-api/src/components/SystemIcon.test.tsx @@ -25,7 +25,7 @@ describe('SystemIcon', () => { expect(container.querySelector('svg')).toBeDefined(); }); - it('should render the first found ico when multiple keys are provided', async () => { + it('should render the first found icon when multiple keys are provided', async () => { const { container } = await renderInTestApp( , );