diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-20 19:38:37 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-20 19:38:37 +0200 |
| commit | 9a16fd2cf0bca13d8a3015da89833db2230b391f (patch) | |
| tree | c530e73e50fe41a2ca52d058a657f3a01f1265ef /tests/administration_rw_tests.cpp | |
| parent | 214852f61cd3b9fda257044e9d822b94b4be7e5d (diff) | |
ui refactor
Diffstat (limited to 'tests/administration_rw_tests.cpp')
| -rw-r--r-- | tests/administration_rw_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/administration_rw_tests.cpp b/tests/administration_rw_tests.cpp index aed3c52..ba5507e 100644 --- a/tests/administration_rw_tests.cpp +++ b/tests/administration_rw_tests.cpp @@ -135,6 +135,7 @@ TEST _administration_rw_contact(void) strops_copy(pw.address.country_code, "FR", sizeof(pw.address.country_code)); strops_copy(pw.address.city, "Paris", sizeof(pw.address.city)); strops_copy(pw.address.postal, "12345", sizeof(pw.address.postal)); + strops_copy(pw.email, "test@test.com", sizeof(pw.email)); pw.type = contact_type::CONTACT_CONSUMER; count = administration_contact_count(); |
