Skip to content

Commit 0c8f856

Browse files
Fix typo in test name
1 parent 255e60c commit 0c8f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebauthn/src/proto/ctap2/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ mod tests {
287287
}
288288

289289
#[test]
290-
pub fn deerialize_unknown_credential_type() {
290+
pub fn deserialize_unknown_credential_type() {
291291
// python $ cbor2.dumps({"alg":-7,"type":"unknown"}).hex()
292292
let serialized: Vec<u8> = hex::decode("a263616c6726647479706567756e6b6e6f776e").unwrap();
293293
let credential_type: Ctap2CredentialType = serde_cbor::from_slice(&serialized).unwrap();

0 commit comments

Comments
 (0)