Skip to content

Commit 0664913

Browse files
committed
Update tests
1 parent 0aaa957 commit 0664913

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/react-select/src/__tests__/__snapshots__/Async.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exports[`defaults - snapshot 1`] = `
220220
/>
221221
<div
222222
aria-hidden="true"
223-
class=" emotion-9"
223+
class="DropdownIndicatorContainer emotion-9"
224224
>
225225
<svg
226226
aria-hidden="true"

packages/react-select/src/__tests__/__snapshots__/AsyncCreatable.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exports[`defaults - snapshot 1`] = `
220220
/>
221221
<div
222222
aria-hidden="true"
223-
class=" emotion-9"
223+
class="DropdownIndicatorContainer emotion-9"
224224
>
225225
<svg
226226
aria-hidden="true"

packages/react-select/src/__tests__/__snapshots__/Creatable.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exports[`defaults - snapshot 1`] = `
220220
/>
221221
<div
222222
aria-hidden="true"
223-
class=" emotion-9"
223+
class="DropdownIndicatorContainer emotion-9"
224224
>
225225
<svg
226226
aria-hidden="true"

packages/react-select/src/__tests__/__snapshots__/Select.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exports[`snapshot - defaults 1`] = `
220220
/>
221221
<div
222222
aria-hidden="true"
223-
class=" emotion-9"
223+
class="DropdownIndicatorContainer emotion-9"
224224
>
225225
<svg
226226
aria-hidden="true"

packages/react-select/src/__tests__/__snapshots__/StateManaged.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exports[`defaults > snapshot 1`] = `
220220
/>
221221
<div
222222
aria-hidden="true"
223-
class=" emotion-9"
223+
class="DropdownIndicatorContainer emotion-9"
224224
>
225225
<svg
226226
aria-hidden="true"

0 commit comments

Comments
 (0)