We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4849ee6 commit adc19faCopy full SHA for adc19fa
2 files changed
…mitter/src/db/facts_db/traversal_test.rs …ter/src/db/fetch_patricia_paths_tests.rscrates/starknet_committer/src/db/facts_db/traversal_test.rs renamed to crates/starknet_committer/src/db/fetch_patricia_paths_tests.rs
crates/starknet_committer/src/db/trie_traversal.rs
@@ -54,8 +54,8 @@ use crate::patricia_merkle_tree::tree::OriginalSkeletonTrieConfig;
54
use crate::patricia_merkle_tree::types::CompiledClassHash;
55
56
#[cfg(test)]
57
-#[path = "facts_db/traversal_test.rs"]
58
-mod traversal_test;
+#[path = "fetch_patricia_paths_tests.rs"]
+mod fetch_patricia_paths_tests;
59
60
/// Returns the Patricia inner nodes ([PreimageMap]) in the paths to the given `leaf_indices` in the
61
/// given tree according to the `root_hash` (including siblings).
0 commit comments