Skip to content

Commit 3e36344

Browse files
test: apply copilot suggestions for crypto_utils
Signed-off-by: adityashirsatrao007 <adityashirsatrao007@gmail.com>
1 parent 2a91c90 commit 3e36344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/crypto_utils_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Unit tests for crypto_utils module."""
22
from cryptography.hazmat.primitives.asymmetric import ec
3+
import pytest
34

45
from hiero_sdk_python.utils.crypto_utils import (
56
compress_point_unchecked,
@@ -8,6 +9,8 @@
89
keccak256,
910
)
1011

12+
pytestmark = pytest.mark.unit
13+
1114

1215
def test_keccak256():
1316
"""Test keccak256 hashing."""

0 commit comments

Comments
 (0)