mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Change expect message
This commit is contained in:
		
							parent
							
								
									4af242c798
								
							
						
					
					
						commit
						c5900975ba
					
				@ -32,7 +32,7 @@ pub struct LLDAPFixture {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
impl LLDAPFixture {
 | 
					impl LLDAPFixture {
 | 
				
			||||||
    pub fn new() -> Self {
 | 
					    pub fn new() -> Self {
 | 
				
			||||||
        let mut cmd = Command::cargo_bin(env!("CARGO_PKG_NAME")).expect("cargo bin found");
 | 
					        let mut cmd = Command::cargo_bin(env!("CARGO_PKG_NAME")).expect("cargo bin not found");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        let path = canonicalize("..").expect("canonical path");
 | 
					        let path = canonicalize("..").expect("canonical path");
 | 
				
			||||||
        let db_url = env::database_url();
 | 
					        let db_url = env::database_url();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user