Skip to content

Commit 3368712

Browse files
author
Lucas McDonald
committed
m
1 parent 93ed0f9 commit 3368712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/dafny/DDBEncryption/src/JsonConfig.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ module {:options "-functionSyntax:4"} JsonConfig {
257257
}
258258

259259
method GetItemEncryptor(name : string, data : JSON, keys: KeyVectors.KeyVectorsClient)
260-
returns (encryptor : Result<DynamoDbItemEncryptor.DynamoDbItemEncryptorClient, string>)
260+
returns (encryptor : Result<ENC.IDynamoDbItemEncryptorClient, string>)
261261
requires keys.ValidState()
262262
modifies keys.Modifies
263263
ensures keys.ValidState()

0 commit comments

Comments
 (0)