summaryrefslogtreecommitdiff
path: root/tests/administration_rw_tests.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:38:37 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-20 19:38:37 +0200
commit9a16fd2cf0bca13d8a3015da89833db2230b391f (patch)
treec530e73e50fe41a2ca52d058a657f3a01f1265ef /tests/administration_rw_tests.cpp
parent214852f61cd3b9fda257044e9d822b94b4be7e5d (diff)
ui refactor
Diffstat (limited to 'tests/administration_rw_tests.cpp')
-rw-r--r--tests/administration_rw_tests.cpp1
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();