mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
committed by
nitnelave
parent
a804368806
commit
70146e0b70
@@ -222,7 +222,7 @@ impl Drop for LLDAPFixture {
|
||||
|
||||
pub fn new_id(prefix: Option<&str>) -> String {
|
||||
let id = Uuid::new_v4();
|
||||
let id = format!("{}-lldap-test", id.to_simple());
|
||||
let id = format!("{}-lldap-test", id.simple());
|
||||
match prefix {
|
||||
Some(prefix) => format!("{}{}", prefix, id),
|
||||
None => id,
|
||||
|
||||
Reference in New Issue
Block a user