Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Nov 19, 2023
1 parent b6644f3 commit ea58bdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ fn verifying_key_constant() {

#[test]
fn all_padding() {
env_logger::init();
mock_prove(vec![]);
}

Expand Down Expand Up @@ -766,7 +765,6 @@ fn empty_storage_type_1_update_c() {

#[test]
fn multiple_updates() {
env_logger::init();
let witness = vec![
(
MPTProofType::StorageChanged,
Expand Down

0 comments on commit ea58bdd

Please sign in to comment.