Renamed principal revision to token revision

This commit is contained in:
mdecimus
2025-01-17 16:54:22 +01:00
parent 61e63d1ead
commit 69bb04d1e6
8 changed files with 21 additions and 24 deletions

View File

@@ -664,7 +664,7 @@ pub async fn test(params: &mut JMAPTest) {
// Add John and Jane to the Sales group
for name in ["jdoe@example.com", "jane.smith@example.com"] {
server
.increment_principal_revision(
.increment_token_revision(
server
.core
.storage
@@ -768,7 +768,7 @@ pub async fn test(params: &mut JMAPTest) {
// Remove John from the sales group
server
.increment_principal_revision(
.increment_token_revision(
server
.core
.storage