This commit is contained in:
parent
4df257d024
commit
f73a05439d
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ pub async fn create_test_database() -> Client {
|
|||
.expect("database name not specified")
|
||||
.to_string();
|
||||
|
||||
println!("Creating test database: {}", db_name);
|
||||
// Create connection without database name
|
||||
db_config.dbname("");
|
||||
let db_client = create_database_client(&db_config, None).await;
|
||||
|
|
Loading…
Reference in a new issue