Skip to content

Commit

Permalink
test(hsh): ✅ add new unit tests for test_bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 12, 2024
1 parent 6822fe1 commit bab11d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_bcrypt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#[cfg(test)]
mod tests {
use hsh::algorithms::bcrypt::Bcrypt;
use hsh::models::hash::Hash;
use hsh::models::hash::
Hash;
use hsh::models::hash_algorithm::{
HashAlgorithm, HashingAlgorithm,
};
Expand Down

0 comments on commit bab11d4

Please sign in to comment.