Skip to content

Commit d1cca44

Browse files
committed
Fixes: #267
Signed-off-by: Ivo Zeba <[email protected]>
1 parent db0d4aa commit d1cca44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cryptoki/tests/basic.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,9 @@ fn get_attribute_info_test() -> TestResult {
11981198

11991199
let pub_attribs = vec![AttributeType::PublicExponent, AttributeType::Modulus];
12001200
let mut priv_attribs = [
1201-
AttributeType::PublicExponent, AttributeType::Modulus, AttributeType::PrivateExponent
1201+
AttributeType::PublicExponent,
1202+
AttributeType::Modulus,
1203+
AttributeType::PrivateExponent,
12021204
];
12031205

12041206
let attrib_info = session.get_attribute_info(public, &pub_attribs)?;

0 commit comments

Comments
 (0)