From 25712780ce2592bfa4e91fc4cef2c93e6b2a0d38 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 7 Jun 2023 20:41:22 +0200 Subject: [PATCH] catalog-react: keep tests for mode all Signed-off-by: Vincenzo Scamporlino --- .../EntityOwnerPicker/EntityOwnerPicker.test.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx index e5497d022a..c6aad7d1bd 100644 --- a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx +++ b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.test.tsx @@ -121,7 +121,7 @@ const mockCatalogApi: Partial = { const mockErrorApi = new MockErrorApi(); -describe('', () => { +describe('', () => { const mockApis = TestApiRegistry.from( [catalogApiRef, mockCatalogApi], [errorApiRef, mockErrorApi], @@ -154,7 +154,7 @@ describe('', () => { await renderWithEffects( - + , ); @@ -205,7 +205,7 @@ describe('', () => { queryParameters, }} > - + , ); @@ -243,7 +243,7 @@ describe('', () => { queryParameters, }} > - + , ); @@ -284,7 +284,7 @@ describe('', () => { updateFilters, }} > - + , ); @@ -312,7 +312,7 @@ describe('', () => { filters: { owners: new EntityOwnerFilter(['some-owner']) }, }} > - + , ); @@ -344,7 +344,7 @@ describe('', () => { queryParameters: { owners: ['team-a'] }, }} > - + , ); @@ -362,7 +362,7 @@ describe('', () => { queryParameters: { owners: ['team-b'] }, }} > - + , );