Commit db1ea20
test: fix password similarity test case
- Correct validate() method call to include both password and username parameters
- Previously passing null for username prevented similarity check from executing
- Now properly tests password-to-username similarity validation
This ensures the similarity check test actually validates the intended behavior.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e1fa3c2 commit db1ea20
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments