test: updated tests

This commit is contained in:
carla 2025-10-24 10:55:11 +02:00 committed by moritz
parent b71df98ba2
commit 41e3a52482
6 changed files with 412 additions and 16 deletions

View file

@ -88,6 +88,18 @@ for member_attrs <- [
city: "Berlin",
street: "Kastanienallee",
house_number: "8"
},
%{
first_name: "Marianne",
last_name: "Wagner",
email: "marianne.wagner@example.de",
birth_date: ~D[1978-11-08],
join_date: ~D[2022-11-10],
paid: true,
phone_number: "+49301122334",
city: "Berlin",
street: "Kastanienallee",
house_number: "8"
}
] do
# Use upsert to prevent duplicates based on email