Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
MPT path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miha-stopar committed Jan 29, 2024
1 parent bde13d0 commit 47b3495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zkevm-circuits/src/mpt_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@ mod tests {

#[test]
fn test_mpt() {
// let path = "src/mpt_circuit/tests";
let path = "/Users/miha/projects/2appliedzkp/variadic-main/zkevm-circuits/zkevm-circuits/src/mpt_circuit/tests";
let path = "src/mpt_circuit/tests";
let files = fs::read_dir(path).unwrap();
files
.filter_map(Result::ok)
Expand Down

0 comments on commit 47b3495

Please sign in to comment.