Skip to content

Commit 6880457

Browse files
author
Lucas McDonald
committed
m
1 parent 639cf80 commit 6880457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/JsonConfig.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module {:options "-functionSyntax:4"} JsonConfig {
269269
ensures encryptor.Success? ==>
270270
&& encryptor.value.ValidState()
271271
&& fresh(encryptor.value)
272-
&& fresh(encryptor.value.Modifies - Operations.ModifiesInternalConfig(encryptor.value.config))
272+
&& fresh(encryptor.value.Modifies)
273273
{
274274
:- Need(data.Object?, "A Table Config must be an object.");
275275
var logicalTableName := TableName;

0 commit comments

Comments
 (0)