mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -113,7 +113,10 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn rule_a_both_fire_is_collision() {
|
||||
assert_eq!(evaluate(true, true), DifferentialVerdict::OracleCollisionSuspected);
|
||||
assert_eq!(
|
||||
evaluate(true, true),
|
||||
DifferentialVerdict::OracleCollisionSuspected
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
@ -128,7 +131,10 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn rule_d_only_benign_fires_is_reversed() {
|
||||
assert_eq!(evaluate(false, true), DifferentialVerdict::ReversedDifferential);
|
||||
assert_eq!(
|
||||
evaluate(false, true),
|
||||
DifferentialVerdict::ReversedDifferential
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue