Misc cleanup

This commit is contained in:
Valentin Tolmer
2021-03-12 09:33:43 +01:00
parent 86b89a00cc
commit 03e6afda69
4 changed files with 11 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ impl<Backend: BackendHandler> LdapHandler<Backend> {
mod tests {
use super::*;
use crate::domain::handler::MockTestBackendHandler;
use mockall::{mock, predicate::*};
use mockall::predicate::eq;
#[test]
fn test_bind() {