@@ -365,9 +365,9 @@ module SearchableEncryptionInfo {
365365 }
366366
367367 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
371371 by {
372372 assume {:axiom} client. Modifies !! cache. Modifies;
373373 }
@@ -393,9 +393,9 @@ module SearchableEncryptionInfo {
393393 )
394394 );
395395 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
399399 by {
400400 assume {:axiom} client. Modifies !! store. Modifies;
401401 }
@@ -428,9 +428,9 @@ module SearchableEncryptionInfo {
428428 return Failure (AwsCryptographyMaterialProviders(AwsCryptographyMaterialProviders:=putResult.error));
429429 }
430430 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
434434 by {
435435 assume {:axiom} client. Modifies !! cache. Modifies;
436436 }
0 commit comments