mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
cargo fmt
This commit is contained in:
parent
0c4a1bc5af
commit
b06d7bc8f5
@ -256,7 +256,7 @@ mod tests {
|
||||
num_power_bits,
|
||||
_phantom: PhantomData,
|
||||
};
|
||||
|
||||
|
||||
let good_vars = EvaluationVars {
|
||||
local_constants: &[],
|
||||
local_wires: &get_wires(base, power as u64),
|
||||
@ -274,7 +274,10 @@ mod tests {
|
||||
public_inputs_hash: &Hash::rand(),
|
||||
};
|
||||
assert!(
|
||||
!gate.eval_unfiltered(bad_base_vars).iter().all(|x| x.is_zero()),
|
||||
!gate
|
||||
.eval_unfiltered(bad_base_vars)
|
||||
.iter()
|
||||
.all(|x| x.is_zero()),
|
||||
"Gate constraints are satisfied but should not be."
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user