summaryrefslogtreecommitdiff
path: root/tests/src/jmap/delivery.rs
diff options
context:
space:
mode:
authorMauro D <mauro@stalw.art>2023-05-25 15:37:21 +0000
committerMauro D <mauro@stalw.art>2023-05-25 15:37:21 +0000
commitacb81eee184dba17c386cb10c0da97f13299ffb7 (patch)
treea8da066904ffcf3962a8919fa1c8ed65d9a68733 /tests/src/jmap/delivery.rs
parent86a8a5f7d5a07a41320c66338fa589dde9cca8cc (diff)
Housekeeping services + SQLite backend passing all tests
Diffstat (limited to 'tests/src/jmap/delivery.rs')
-rw-r--r--tests/src/jmap/delivery.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/jmap/delivery.rs b/tests/src/jmap/delivery.rs
index 71b44902..5dfef4a5 100644
--- a/tests/src/jmap/delivery.rs
+++ b/tests/src/jmap/delivery.rs
@@ -22,7 +22,7 @@ pub async fn test(server: Arc<JMAP>, client: &mut Client) {
let account_id_2 = test_account_create(&server, "jane@example.com", "abcdef", "Jane Smith")
.await
.to_string();
- let account_id_3 = test_account_create(&server, "bill@example.com", "12345", "Bill Foobar")
+ let account_id_3 = test_account_create(&server, "bill@example.com", "098765", "Bill Foobar")
.await
.to_string();
test_alias_create(&server, "jdoe@example.com", "john.doe@example.com", false).await;