Skip to content

Commit 93ed0f9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/runtimes/net/Extern/CreateWrappedItemEncryptor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public partial class __default
2020
var itemEncryptor = new DynamoDbItemEncryptor(nativeConfig);
2121
var wrappedEncryptor = new DynamoDbItemEncryptorShim(itemEncryptor);
2222

23-
return new Result_Success<IItemEncryptor, _IError>(wrappedEncryptor);
23+
return new Result_Success<software.amazon.cryptography.dbencryptionsdk.dynamodb.itemencryptor.internaldafny.types.IDynamoDbItemEncryptorClient, _IError>(wrappedEncryptor);
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)