Skip to content

Commit

Permalink
fix abi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Jul 25, 2021
1 parent 6eb5116 commit a94b691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zokrates_abi/src/lib.rs
Expand Up @@ -434,6 +434,7 @@ mod tests {
vec![ConcreteType::Struct(ConcreteStructType::new(
"".into(),
"".into(),
vec![],
vec![ConcreteStructMember::new(
"a".into(),
ConcreteType::FieldElement
Expand All @@ -455,6 +456,7 @@ mod tests {
vec![ConcreteType::Struct(ConcreteStructType::new(
"".into(),
"".into(),
vec![],
vec![ConcreteStructMember::new(
"a".into(),
ConcreteType::FieldElement
Expand All @@ -472,6 +474,7 @@ mod tests {
vec![ConcreteType::Struct(ConcreteStructType::new(
"".into(),
"".into(),
vec![],
vec![ConcreteStructMember::new(
"a".into(),
ConcreteType::FieldElement
Expand All @@ -489,6 +492,7 @@ mod tests {
vec![ConcreteType::Struct(ConcreteStructType::new(
"".into(),
"".into(),
vec![],
vec![ConcreteStructMember::new(
"a".into(),
ConcreteType::FieldElement
Expand Down

0 comments on commit a94b691

Please sign in to comment.