aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/twofactor/__init__.py (renamed from tests/hazmat/primitives/otp/__init__.py)0
-rw-r--r--tests/hazmat/primitives/twofactor/test_hotp.py (renamed from tests/hazmat/primitives/otp/test_hotp.py)2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/otp/__init__.py b/tests/hazmat/primitives/twofactor/__init__.py
index e69de29b..e69de29b 100644
--- a/tests/hazmat/primitives/otp/__init__.py
+++ b/tests/hazmat/primitives/twofactor/__init__.py
diff --git a/tests/hazmat/primitives/otp/test_hotp.py b/tests/hazmat/primitives/twofactor/test_hotp.py
index 2641cb99..25dd694b 100644
--- a/tests/hazmat/primitives/otp/test_hotp.py
+++ b/tests/hazmat/primitives/twofactor/test_hotp.py
@@ -16,7 +16,7 @@ import os
import pytest
from cryptography.exceptions import InvalidToken
-from cryptography.hazmat.primitives.otp.hotp import HOTP
+from cryptography.hazmat.primitives.twofactor.hotp import HOTP
from cryptography.hazmat.primitives import hashes
from tests.utils import load_vectors_from_file, load_nist_vectors