diff --git a/src/Components/Input/TextAreaInput.spec.tsx b/src/Components/Input/TextAreaInput.spec.tsx
index ab906fb2..4e503f9f 100644
--- a/src/Components/Input/TextAreaInput.spec.tsx
+++ b/src/Components/Input/TextAreaInput.spec.tsx
@@ -21,16 +21,12 @@ describe('', () => {
initialTags={[
{
color: '#b3242f',
- date_created: '2024-11-09T07:57:04',
id: '03b41b63-4530-4754-95cf-0abf8f9db476',
- map: '3af4863a-7435-4487-aad9-146563ee8e02',
name: 'Feuer',
- offer_or_need: null,
- user_created: null,
},
]}
>
-
+
,
)
})
@@ -48,7 +44,7 @@ describe('', () => {
describe('labelTitle', () => {
it('sets label', () => {
- wrapper.rerender()
+ wrapper.rerender()
expect(wrapper.container.firstChild).toMatchSnapshot()
})
})