Skip to content

Commit 3a62ea6

Browse files
committed
fix unit tests
1 parent b2576a8 commit 3a62ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vue-vuetify/tests/unit/complex/__snapshots__/ArrayControlRenderer.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`ArrayControlRenderer.vue > should render component and match snapshot 1
2121
</div>
2222
<!---->
2323
<!---->
24-
<div data-v-4896f876="" class="v-card-title">
24+
<div data-v-4896f876="" class="v-card-title array-list-title">
2525
<header data-v-4896f876="" class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr array-list-toolbar">
2626
<!---->
2727
<div class="v-toolbar__content" style="height: 64px;">

packages/vue-vuetify/tests/unit/layout/__snapshots__/ArrayLayoutRenderer.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`ArrayLayoutRenderer.vue > should render component and match snapshot 1`
2121
</div>
2222
<!---->
2323
<!---->
24-
<div data-v-5f91636e="" class="v-card-title">
24+
<div data-v-5f91636e="" class="v-card-title array-list-title">
2525
<header data-v-5f91636e="" class="v-toolbar v-toolbar--flat v-toolbar--density-default v-theme--light v-locale--is-ltr array-list-toolbar">
2626
<!---->
2727
<div class="v-toolbar__content" style="height: 64px;">

0 commit comments

Comments
 (0)