Skip to content

Commit 80dde40

Browse files
quextenHinton
andauthored
Update crates/bitwarden-crypto/src/signing/signed_object.rs
Co-authored-by: Oscar Hinton <[email protected]>
1 parent bdc90b3 commit 80dde40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/src/signing/signed_object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ mod tests {
200200
#[test]
201201
fn test_roundtrip_cose() {
202202
let signed_object =
203-
SignedObject::from_cose(&Into::<CoseSign1Bytes>::into(SIGNED_OBJECT)).unwrap();
203+
SignedObject::from_cose(&<CoseSign1Bytes>::from(SIGNED_OBJECT)).unwrap();
204204
assert_eq!(
205205
signed_object.content_type().unwrap(),
206206
coset::iana::CoapContentFormat::Cbor

0 commit comments

Comments
 (0)