@@ -365,9 +365,9 @@ module SearchableEncryptionInfo {
365
365
}
366
366
367
367
assert
368
- && |client. History. Digest| == |old (client. History. Digest)| + 1
369
- && Seq. Last (client.History.Digest). input. message == identifier
370
- && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
368
+ && |client. History. Digest| == |old (client. History. Digest)| + 1
369
+ && Seq. Last (client.History.Digest). input. message == identifier
370
+ && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
371
371
by {
372
372
assume {:axiom} client. Modifies !! cache. Modifies;
373
373
}
@@ -393,9 +393,9 @@ module SearchableEncryptionInfo {
393
393
)
394
394
);
395
395
assert
396
- && |client. History. Digest| == |old (client. History. Digest)| + 1
397
- && Seq. Last (client.History.Digest). input. message == identifier
398
- && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
396
+ && |client. History. Digest| == |old (client. History. Digest)| + 1
397
+ && Seq. Last (client.History.Digest). input. message == identifier
398
+ && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
399
399
by {
400
400
assume {:axiom} client. Modifies !! store. Modifies;
401
401
}
@@ -428,9 +428,9 @@ module SearchableEncryptionInfo {
428
428
return Failure (AwsCryptographyMaterialProviders(AwsCryptographyMaterialProviders:=putResult.error));
429
429
}
430
430
assert
431
- && |client. History. Digest| == |old (client. History. Digest)| + 1
432
- && Seq. Last (client.History.Digest). input. message == identifier
433
- && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
431
+ && |client. History. Digest| == |old (client. History. Digest)| + 1
432
+ && Seq. Last (client.History.Digest). input. message == identifier
433
+ && Seq. Last (cache.History.GetCacheEntry). input. identifier == Seq. Last (client.History.Digest). output. value
434
434
by {
435
435
assume {:axiom} client. Modifies !! cache. Modifies;
436
436
}
0 commit comments