1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

make tests pass

This commit is contained in:
schaeff 2021-07-06 17:24:03 +02:00
parent 3658ce4d01
commit fe526f0741

View file

@ -493,7 +493,7 @@ mod tests {
FlatStatement::Condition(
FlatVariable::new(0).into(),
FlatExpression::Number(Bn128Field::from(1)),
RuntimeError::BellmanInputBinding
RuntimeError::BellmanOneBinding
)
);
@ -503,7 +503,7 @@ mod tests {
FlatStatement::Condition(
FlatVariable::new(1).into(),
FlatVariable::new(26936).into(),
RuntimeError::BellmanOneBinding
RuntimeError::BellmanInputBinding
)
);