summaryrefslogtreecommitdiff
path: root/tests/src/jmap/quota.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/jmap/quota.rs')
-rw-r--r--tests/src/jmap/quota.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/jmap/quota.rs b/tests/src/jmap/quota.rs
index 2e2a2a58..927c5575 100644
--- a/tests/src/jmap/quota.rs
+++ b/tests/src/jmap/quota.rs
@@ -34,7 +34,7 @@ pub async fn test(params: &mut JMAPTest) {
.core
.storage
.data
- .get_or_create_account_id("jdoe@example.com")
+ .get_or_create_principal_id("jdoe@example.com")
.await
.unwrap(),
);
@@ -43,7 +43,7 @@ pub async fn test(params: &mut JMAPTest) {
.core
.storage
.data
- .get_or_create_account_id("robert@example.com")
+ .get_or_create_principal_id("robert@example.com")
.await
.unwrap(),
);