()
| 968 | |
| 969 | #[test] |
| 970 | fn test_validate_password_complexity_ok() { |
| 971 | validate_password_complexity("theP4ssword").unwrap(); |
| 972 | } |
| 973 | |
| 974 | #[test] |
| 975 | fn test_validate_password_complexity_error() { |
nothing calls this directly
no test coverage detected