Skip to content

Commit

Permalink
fix nsm-check again
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov authored and petreeftime committed Mar 8, 2023
1 parent a0aaf04 commit a1cd182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsm-test/src/bin/nsm-check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ fn check_attestation(ctx: i32) {
check_single_attestation(ctx, None, None, None);
println!("Checked Request::Attestation without any data.");

check_single_attestation(ctx, Some(dummy_data.clone())), None, None);
check_single_attestation(ctx, Some(dummy_data.clone()), None, None);
println!(
"Checked Request::Attestation with user data ({} bytes).",
DATA_LEN
Expand Down

0 comments on commit a1cd182

Please sign in to comment.