This commit is contained in:
ValarDragon
2020-02-28 16:28:21 -08:00
committed by Pratyush Mishra
parent b63d255ea3
commit cb1bcb1cbf

View File

@@ -434,7 +434,7 @@ pub(crate) mod tests {
// a * a * a = a^3
assert_eq!(
a_native * &(a_native * &a_native),
a.pow_by_constant(cs.ns(|| "test_pow"), &[3])
a.pow_by_constant(cs.ns(|| "test_constant_pow"), &[3])
.unwrap()
.get_value()
.unwrap()