Skip to content

Commit bab11d4

Browse files
test(hsh): ✅ add new unit tests for test_bcrypt
1 parent 6822fe1 commit bab11d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_bcrypt.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#[cfg(test)]
55
mod tests {
66
use hsh::algorithms::bcrypt::Bcrypt;
7-
use hsh::models::hash::Hash;
7+
use hsh::models::hash::
8+
Hash;
89
use hsh::models::hash_algorithm::{
910
HashAlgorithm, HashingAlgorithm,
1011
};

0 commit comments

Comments
 (0)