From b30c16ab82f957d28bf7fa21b88c58d6ad3a9ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Tue, 24 Sep 2024 13:54:31 +0200 Subject: [PATCH] review: explicit store definition for tests --- src/components/Terms/TermsView.spec.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Terms/TermsView.spec.tsx b/src/components/Terms/TermsView.spec.tsx index 27399c0c8..0c9e0a9c5 100644 --- a/src/components/Terms/TermsView.spec.tsx +++ b/src/components/Terms/TermsView.spec.tsx @@ -105,6 +105,7 @@ describe('TermsView component', () => { ...mockGlobalState, termsStatus: { accepted: false, versionType: 'init' }, }, + profile: { ...mockProfileState, sendAnalysisNotification: true }, }) const { container } = render( -- GitLab