Skip to content

Commit adc19fa

Browse files
committed
starknet_committer: move fetch_patricia_paths tests
1 parent 4849ee6 commit adc19fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/starknet_committer/src/db/facts_db/traversal_test.rs renamed to crates/starknet_committer/src/db/fetch_patricia_paths_tests.rs

File renamed without changes.

crates/starknet_committer/src/db/trie_traversal.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ use crate::patricia_merkle_tree::tree::OriginalSkeletonTrieConfig;
5454
use crate::patricia_merkle_tree::types::CompiledClassHash;
5555

5656
#[cfg(test)]
57-
#[path = "facts_db/traversal_test.rs"]
58-
mod traversal_test;
57+
#[path = "fetch_patricia_paths_tests.rs"]
58+
mod fetch_patricia_paths_tests;
5959

6060
/// Returns the Patricia inner nodes ([PreimageMap]) in the paths to the given `leaf_indices` in the
6161
/// given tree according to the `root_hash` (including siblings).

0 commit comments

Comments
 (0)