From 584d0b7c23c6c8ac5240d34142dd3a588a477860 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Thu, 19 Dec 2024 07:51:49 +1030 Subject: [PATCH] chore: reverting snapshot --- .../delete-metametrics-data-button.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx b/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx index b5f62453594f..27132fb82f5c 100644 --- a/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx +++ b/ui/pages/settings/security-tab/delete-metametrics-data-button/delete-metametrics-data-button.test.tsx @@ -160,7 +160,7 @@ describe('DeleteMetaMetricsDataButton', () => { container.querySelector('.settings-page__content-description') ?.textContent, ).toMatchInlineSnapshot( - `" You initiated this action on 8/06/2024. This process can take up to 30 days. View the Privacy policy "`, + `" You initiated this action on 7/06/2024. This process can take up to 30 days. View the Privacy policy "`, ); }); @@ -193,7 +193,7 @@ describe('DeleteMetaMetricsDataButton', () => { container.querySelector('.settings-page__content-description') ?.textContent, ).toMatchInlineSnapshot( - `" You initiated this action on 8/06/2024. This process can take up to 30 days. View the Privacy policy "`, + `" You initiated this action on 7/06/2024. This process can take up to 30 days. View the Privacy policy "`, ); });