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 27, 2023
1 parent ca56617 commit 50df84f
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 @@ -147,7 +147,6 @@ fn verifying_key_constant() {

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

Expand Down Expand Up @@ -817,7 +816,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 50df84f

Please sign in to comment.