From e3f9aad1735d89a4293d0a5d94220e0edcae13cc Mon Sep 17 00:00:00 2001 From: gregor <gregor.schulz@holi.social> Date: Tue, 1 Apr 2025 13:59:23 +0200 Subject: [PATCH] clean up data in fixtures --- app/adapters/jasd/tests/fixtures.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/adapters/jasd/tests/fixtures.ts b/app/adapters/jasd/tests/fixtures.ts index 0a90f13..33a14ae 100644 --- a/app/adapters/jasd/tests/fixtures.ts +++ b/app/adapters/jasd/tests/fixtures.ts @@ -147,7 +147,7 @@ export const LocalPermanentEvent = { 'location': { 'address': { 'name': 'Stiftung Natur im Norden', - 'street': 'Eichberg', + 'street': 'Bahnhofstr.', 'streetNo': '12', 'supplement': null, 'zipCode': '22143', @@ -202,7 +202,7 @@ export const LocalPermanentEvent = { 'location': { 'address': { 'name': 'Stiftung Natur im Norden', - 'street': 'Eichberg', + 'street': 'Bahnhofstr.', 'streetNo': '12', 'supplement': null, 'zipCode': '22143', @@ -436,11 +436,11 @@ export const LocalTimedActivity: Activity = { ], 'impactArea': 'LOCAL', 'contact': { - 'lastName': 'Binternagel', - 'firstName': 'Manuel', + 'lastName': 'Horst', + 'firstName': 'Nick', 'position': '', - 'email': 'manuel.binternagel@leipzig.de', - 'phone': '03411236000', + 'email': 'some.email@address.notexisting', + 'phone': '1234124', 'image': '99197284-a2e5-45fc-b8a2-8f21debb22a5.png', }, 'location': { @@ -505,11 +505,11 @@ export const OnlineTimedActivity: Activity = { ], 'impactArea': 'LOCAL', 'contact': { - 'lastName': 'Binternagel', - 'firstName': 'Manuel', + 'lastName': 'Horst', + 'firstName': 'Nick', 'position': '', - 'email': 'manuel.binternagel@leipzig.de', - 'phone': '03411236000', + 'email': 'some.email@address.notexisting', + 'phone': '1234124', 'image': '99197284-a2e5-45fc-b8a2-8f21debb22a5.png', }, 'location': { -- GitLab