From 1f99ddfed1942f0b246e6dce7d7521e2862f7b90 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:45:05 +0000 Subject: [PATCH] Update useLazyComponents.test.js --- .../hooks/useLazyComponents/tests/useLazyComponents.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/admin/admin/src/content-manager/hooks/useLazyComponents/tests/useLazyComponents.test.js b/packages/core/admin/admin/src/content-manager/hooks/useLazyComponents/tests/useLazyComponents.test.js index 5317ab025e..9720da7867 100644 --- a/packages/core/admin/admin/src/content-manager/hooks/useLazyComponents/tests/useLazyComponents.test.js +++ b/packages/core/admin/admin/src/content-manager/hooks/useLazyComponents/tests/useLazyComponents.test.js @@ -94,7 +94,7 @@ describe('useLazyComponents', () => { expect(actualResult.current.lazyComponentStore['plugin::test.color']).toBeDefined(); }); - test('if the argument for component uids change and it contains new ones, these should be added to store', async () => { + test('if the argument for component uids change and it contains new ones, these should be added to the store', async () => { const { result: initialResult, waitFor,