Skip to content

Commit

Permalink
chore: reverting snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Dec 18, 2024
1 parent 7d7970b commit 584d0b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 "`,
);
});

Expand Down Expand Up @@ -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 "`,
);
});

Expand Down

0 comments on commit 584d0b7

Please sign in to comment.