Skip to content

Commit 2644322

Browse files
committed
fix failing snap file
1 parent 4633599 commit 2644322

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webpack/components/PreupgradeReports/components/__snapshots__/NoReports.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports[`NoReports should render when reports expected 1`] = `
99
icon="warning-triangle-o"
1010
iconType="pf"
1111
secondaryActions={Array []}
12+
variant="xl"
1213
/>
1314
`;
1415

@@ -21,5 +22,6 @@ exports[`NoReports should render when reports not expected 1`] = `
2122
icon="in-progress"
2223
iconType="pf"
2324
secondaryActions={Array []}
25+
variant="xl"
2426
/>
2527
`;

0 commit comments

Comments
 (0)