test: updated for country

This commit is contained in:
carla 2026-02-24 09:36:42 +01:00
parent 3891c33204
commit 9fc8c3b74a
6 changed files with 49 additions and 14 deletions

View file

@ -16,6 +16,7 @@ defmodule MvWeb.MemberLive.IndexMemberFieldsDisplayTest do
house_number: "123",
postal_code: "12345",
city: "Berlin",
country: "Germany",
join_date: ~D[2020-01-15]
},
actor: system_actor

View file

@ -162,6 +162,7 @@ defmodule MvWeb.MemberLive.IndexTest do
:house_number,
:postal_code,
:city,
:country,
:join_date
]