test: updated tests
This commit is contained in:
parent
b71df98ba2
commit
41e3a52482
6 changed files with 412 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue