Commit 0458584
committed
test(password): enhance password unit tests with new password creation validation
- Added tests to validate the creation of a new password object using the default salt.
- Ensured that the new password object is not nil and has a non-empty salt.
- Verified that the new password correctly matches the original password value and is not empty.1 parent e2f762a commit 0458584
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
0 commit comments