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 <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-02-22 16:10:39 +01:00
committed by GitHub
parent 77dc92eecc
commit e4a8455a18
@@ -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(
<SystemIcon keys={['unknown', 'kind:api']} />,
);