Skip to content

Commit

Permalink
Fix snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
  • Loading branch information
pjfitzgibbons committed Dec 18, 2023
1 parent de680cf commit b76e426
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`No access test Renders no access view of data source 1`] = `
<Component>
<NoAccess>
<EuiPage>
<div
className="euiPage euiPage--paddingMedium euiPage--grow"
Expand Down Expand Up @@ -159,5 +159,5 @@ exports[`No access test Renders no access view of data source 1`] = `
</EuiEmptyPrompt>
</div>
</EuiPage>
</Component>
</NoAccess>
`;

0 comments on commit b76e426

Please sign in to comment.