Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeza committed Jan 3, 2025
1 parent d2fbdb5 commit d97f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/teepot/src/sgx/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,6 @@ mod test {
.unwrap()
);
assert!(!body.can_set_debug());
assert_eq!(body.misc_select, 0);
assert_eq!(body.misc_select, 1);
}
}

0 comments on commit d97f16f

Please sign in to comment.