diff --git a/src/trie_hashing.rs b/src/trie_hashing.rs index 70f3fc2..a2649a6 100644 --- a/src/trie_hashing.rs +++ b/src/trie_hashing.rs @@ -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)] diff --git a/pyevm_account_ground_truth.txt b/test_data/pyevm_account_ground_truth.json similarity index 100% rename from pyevm_account_ground_truth.txt rename to test_data/pyevm_account_ground_truth.json