Skip to content

Commit

Permalink
Update teerex/sgx-verify/src/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: clangenb <[email protected]>
  • Loading branch information
brenzi and clangenb authored Sep 13, 2023
1 parent 1047f92 commit d24538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teerex/sgx-verify/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn verify_ias_report_should_work() {
}

#[test]
fn decode_dcap_quote_should_work() {
fn decoding_dcap_quote_works() {
let quote_bytes = hex::decode(TEST2_DCAP_QUOTE_HEX.trim()).unwrap();
let quote: Result<DcapQuote, _> = Decode::decode(&mut quote_bytes.as_slice());
assert!(quote.is_ok());
Expand Down

0 comments on commit d24538d

Please sign in to comment.