Skip to content

Commit 470c8a7

Browse files
lucasmcdonald3josecorella
authored andcommitted
m
1 parent cbc9e7d commit 470c8a7

File tree

1 file changed

+2
-2
lines changed
  • TestVectors/runtimes/python/src/aws_encryption_sdk_test_vectors/internaldafny/extern

1 file changed

+2
-2
lines changed

TestVectors/runtimes/python/src/aws_encryption_sdk_test_vectors/internaldafny/extern/wrapped_esdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
import smithy_dafny_standard_library.internaldafny.generated.Wrappers as Wrappers
33
import aws_encryption_sdk.smithygenerated.aws_cryptography_encryptionsdk.client
44
import aws_encryption_sdk.smithygenerated.aws_cryptography_encryptionsdk.config
5-
import aws_encryption_sdk.internaldafny.generated.EncryptionSdk as EncryptionSdk
5+
import aws_encryption_sdk.internaldafny.generated.ESDK as ESDK
66
import aws_encryption_sdk_test_vectors.smithygenerated.aws_cryptography_encryptionsdk.shim as shim
77

88
class default__(WrappedESDK.default__):
99

1010
@staticmethod
1111
def WrappedESDK(config):
1212
smithy_client = aws_encryption_sdk.smithygenerated.aws_cryptography_encryptionsdk.client.AwsEncryptionSdk(
13-
dafny_client=EncryptionSdk.default__.ESDK(config).value
13+
dafny_client=ESDK.default__.ESDK(config).value
1414
)
1515
wrapped_client = shim.ESDKShim(smithy_client)
1616
return Wrappers.Result_Success(wrapped_client)

0 commit comments

Comments
 (0)