mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 00:51:29 +01:00
chore: storage -> store
This commit is contained in:
committed by
Victor Lopez
parent
8cb245dc1f
commit
17eb8d78d3
@@ -14,7 +14,7 @@ const LEAVES4: [Word; 4] = [
|
||||
];
|
||||
|
||||
#[test]
|
||||
fn test_root_not_in_storage() -> Result<(), MerkleError> {
|
||||
fn test_root_not_in_store() -> Result<(), MerkleError> {
|
||||
let mtree = MerkleTree::new(LEAVES4.to_vec())?;
|
||||
let store = MerkleStore::default().with_merkle_tree(LEAVES4)?;
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user