Skip to content

Commit 14f91ad

Browse files
committed
Updated snapshots after clean
1 parent 7dc8a3a commit 14f91ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-core/src/components/Card/__tests__/__snapshots__/CardSubtitle.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Matches snapshot with children 1`] = `
44
<DocumentFragment>
55
<div
6-
class=""
6+
class="pf-v6-c-card__subtitle"
77
id=""
88
>
99
Subtitle content
@@ -14,7 +14,7 @@ exports[`Matches snapshot with children 1`] = `
1414
exports[`Matches snapshot without children 1`] = `
1515
<DocumentFragment>
1616
<div
17-
class=""
17+
class="pf-v6-c-card__subtitle"
1818
id=""
1919
/>
2020
</DocumentFragment>

0 commit comments

Comments
 (0)