Skip to content

Commit

Permalink
UIDATIMP-1584: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed Jan 3, 2024
1 parent fd81272 commit 900d13f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/settings/MARCFieldProtection/MARCFieldProtection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ const stripesCustomProps = {
connect: Component => props => (
<Component
{...props}
mutator={{}}
mutator={{
values: { GET: () => {} },
tenant: { replace: () => {} },
}}
resources={resources}
/>
),
Expand Down

0 comments on commit 900d13f

Please sign in to comment.