Skip to content

Commit 1a23f56

Browse files
committed
rename test_crypto to vectors to avoid confusion
1 parent 641c2dd commit 1a23f56

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

test/unit/internal/crypto/authentication/test_signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from aws_encryption_sdk.internal.crypto.authentication import Signer
2020
from aws_encryption_sdk.internal.defaults import ALGORITHM
2121

22-
from ..test_crypto import VALUES
22+
from ..vectors import VALUES
2323

2424
pytestmark = [pytest.mark.unit, pytest.mark.local]
2525

test/unit/internal/crypto/authentication/test_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from aws_encryption_sdk.internal.crypto.authentication import Verifier
2020
from aws_encryption_sdk.internal.defaults import ALGORITHM
2121

22-
from ..test_crypto import VALUES
22+
from ..vectors import VALUES
2323

2424
pytestmark = [pytest.mark.unit, pytest.mark.local]
2525

test/unit/internal/crypto/test_elliptic_curve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_ECCCurveParameters,
3030
generate_ecc_signing_key,
3131
)
32-
from .test_crypto import VALUES
32+
from .vectors import VALUES
3333

3434
pytestmark = [pytest.mark.unit, pytest.mark.local]
3535

test/unit/internal/crypto/test_wrapping_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from aws_encryption_sdk.internal.crypto.wrapping_keys import WrappingKey
2222
from aws_encryption_sdk.internal.structures import EncryptedData
2323

24-
from .test_crypto import VALUES
24+
from .vectors import VALUES
2525

2626
pytestmark = [pytest.mark.unit, pytest.mark.local]
2727

0 commit comments

Comments
 (0)