Skip to content

Commit 1d47afa

Browse files
committed
fix
1 parent c296556 commit 1d47afa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/test/legacy/test_i_v3_default_cmm.py renamed to examples/test/legacy/test_i_custom_cmm_example.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import pytest
77

88
import aws_encryption_sdk
9-
from ...src.legacy.custom_cmm_example import encrypt_decrypt_with_cmm, CustomSigningSuiteOnlyCMM
10-
from .v3_default_cmm import V3DefaultCryptoMaterialsManager
9+
10+
from ...src.legacy.custom_cmm_example import CustomSigningSuiteOnlyCMM, encrypt_decrypt_with_cmm
1111
from .examples_test_utils import get_cmk_arn, static_plaintext
12+
from .v3_default_cmm import V3DefaultCryptoMaterialsManager
1213

1314
pytestmark = [pytest.mark.examples]
1415

0 commit comments

Comments
 (0)