1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Merge pull request #774 from Zokrates/join-example-tests

Wait for tests to finish running
This commit is contained in:
Thibaut Schaeffer 2021-03-29 14:38:07 +02:00 committed by GitHub
commit 0f5d835feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,8 @@ mod tests {
assert_eq!(res.is_err(), should_error);
}
})
.unwrap()
.join()
.unwrap();
}