Skip to content

Commit 49f4709

Browse files
committed
rename test
1 parent b7ae15b commit 49f4709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_prep_stream_data_passthrough():
4242
assert_prepped_stream_identity(test, io.BytesIO)
4343

4444

45-
def test_verify_interface(patch_ec):
45+
def test_verify_ec_interface(patch_ec):
4646
patch_ec.EllipticCurve.__abstractmethods__ = set(("key_size", "name"))
4747
mock_algorithm_info = MagicMock(return_value=sentinel.algorithm_info, spec=patch_ec.EllipticCurve)
4848
mock_algorithm_info.return_value.name = True

0 commit comments

Comments
 (0)