Skip to content

Commit

Permalink
chore: Add TESTS separator
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 7, 2025
1 parent 89b5944 commit 53edc98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/merkle/smt/full/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ impl Deserializable for Smt {
}
}

// TESTS
// ================================================================================================

#[test]
fn test_smt_serialization_deserialization() {
// Smt for default types (empty map)
Expand Down
3 changes: 3 additions & 0 deletions src/merkle/smt/partial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ impl Default for PartialSmt {
}
}

// TESTS
// ================================================================================================

#[cfg(test)]
mod tests {

Expand Down

0 comments on commit 53edc98

Please sign in to comment.