Fix tinysnark test
This commit is contained in:
parent
d0b589749a
commit
5d49abcf62
@ -38,7 +38,7 @@ impl FieldT {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub fn debug_equal(&self, is: [u8; 32]) -> bool {
|
pub fn debug_equal(&self, is: [u8; 32]) -> bool {
|
||||||
&FieldT(is) == self
|
&FieldT(is, []) == self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user