Skip to content

Commit

Permalink
Moved pyevm test data
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed Oct 5, 2022
1 parent d446cc4 commit 1bae756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trie_hashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ mod tests {
trie_hashing::hash,
};

const PYEVM_TRUTH_VALS_JSON_PATH: &str = "pyevm_account_ground_truth.txt";
const PYEVM_TRUTH_VALS_JSON_PATH: &str = "testing/pyevm_account_ground_truth.txt";
const NUM_INSERTS_FOR_ETH_TRIE_CRATE_MASSIVE_TEST: usize = 1000;

#[derive(Copy, Clone, Debug)]
Expand Down
File renamed without changes.

0 comments on commit 1bae756

Please sign in to comment.