diff --git a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx index 5f629bda13..1004585856 100644 --- a/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx +++ b/plugins/catalog-react/src/components/UserListPicker/UserListPicker.test.tsx @@ -708,7 +708,9 @@ describe('', () => { const updateFilters = (update: any) => _setFiltersState((prev: any) => - typeof update === 'function' ? update(prev) : { ...prev, ...update }, + typeof update === 'function' + ? update(prev) + : { ...prev, ...update }, ); const value = {