Skip to content

Commit dc581e7

Browse files
Remove redundant codes
1 parent 4dcb696 commit dc581e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbGetEncryptedDataKeyDescriptionTest.dfy

-2
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ module DynamoDbGetEncryptedDataKeyDescriptionTest {
289289
input := Types.plaintextItem(plaintextItem := attr)
290290
);
291291
var actualDataKeyDescription :- expect ddbEncResources.GetEncryptedDataKeyDescription(inputVariable);
292-
var expectedkeyProviderId :- expect UTF8.Decode(expectedHead.dataKeys[0].keyProviderId);
293-
var expectedkeyProviderInfo :- expect UTF8.Decode(expectedHead.dataKeys[0].keyProviderInfo);
294292

295293
expect |actualDataKeyDescription.EncryptedDataKeyDescriptionOutput| == |expectedHead.dataKeys|;
296294
expect |actualDataKeyDescription.EncryptedDataKeyDescriptionOutput| > 0;

0 commit comments

Comments
 (0)