Skip to content

Commit 6b88b54

Browse files
committed
updated test_i_raw_rsa_keyring_example.py
1 parent 8222cea commit 6b88b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
"""Test suite for the Raw AES keyring example."""
3+
"""Test suite for the Raw RSA keyring example."""
44
import pytest
55

66
from ...src.keyrings.raw_rsa_keyring_example import encrypt_and_decrypt_with_keyring
@@ -9,5 +9,5 @@
99

1010

1111
def test_encrypt_and_decrypt_with_keyring():
12-
"""Test function for encrypt and decrypt using the Raw AES Keyring example."""
12+
"""Test function for encrypt and decrypt using the Raw RSA Keyring example."""
1313
encrypt_and_decrypt_with_keyring()

0 commit comments

Comments
 (0)