Remove forgotten test debug
This commit is contained in:
parent
e202b9c79a
commit
a7e10cebbd
@ -66,10 +66,7 @@ mod tests {
|
||||
authcodes.path.as_path());
|
||||
|
||||
let _ = connect.map(|conn| {
|
||||
if let Err(e) = conn {
|
||||
println!("debug: {:?}", e);
|
||||
};
|
||||
// assert!(conn.is_ok())
|
||||
assert!(conn.is_ok())
|
||||
}).wait();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user