Skip to content

Commit

Permalink
fix: test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Nov 21, 2023
1 parent 39bea3f commit 4803df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/immutable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub fn hash_immutable(v: &[u8]) -> [u8; ID_SIZE] {
#[cfg(test)]
mod test {
use super::*;
use std::str::FromStr;

#[test]
fn test_validate_immutable() {
Expand Down

0 comments on commit 4803df9

Please sign in to comment.