Skip to content

Commit 3d3702e

Browse files
committed
fix(tests): Update TagCount snapshot
1 parent 3454a3c commit 3d3702e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/module/src/TagCount/__snapshots__/TagCount.test.tsx.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ exports[`TagCount component should render a disabled tag count with no value 1`]
1616
type="button"
1717
>
1818
<span
19-
class="pf-v5-c-icon pf-m-md"
19+
class="pf-v5-c-icon"
2020
>
2121
<span
22-
class="pf-v5-c-icon__content"
22+
class="pf-v5-c-icon__content pf-m-md"
2323
>
2424
<svg
2525
aria-hidden="true"
@@ -54,10 +54,10 @@ exports[`TagCount component should render a disabled tag count with no value 1`]
5454
type="button"
5555
>
5656
<span
57-
class="pf-v5-c-icon pf-m-md"
57+
class="pf-v5-c-icon"
5858
>
5959
<span
60-
class="pf-v5-c-icon__content"
60+
class="pf-v5-c-icon__content pf-m-md"
6161
>
6262
<svg
6363
aria-hidden="true"
@@ -148,10 +148,10 @@ exports[`TagCount component should render a tag count of 11 1`] = `
148148
type="button"
149149
>
150150
<span
151-
class="pf-v5-c-icon pf-m-md"
151+
class="pf-v5-c-icon"
152152
>
153153
<span
154-
class="pf-v5-c-icon__content"
154+
class="pf-v5-c-icon__content pf-m-md"
155155
>
156156
<svg
157157
aria-hidden="true"
@@ -187,10 +187,10 @@ exports[`TagCount component should render a tag count of 11 1`] = `
187187
type="button"
188188
>
189189
<span
190-
class="pf-v5-c-icon pf-m-md"
190+
class="pf-v5-c-icon"
191191
>
192192
<span
193-
class="pf-v5-c-icon__content"
193+
class="pf-v5-c-icon__content pf-m-md"
194194
>
195195
<svg
196196
aria-hidden="true"

0 commit comments

Comments
 (0)