Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
0 additions and
2 deletions
-
daemon/src/db.rs
|
|
@ -652,8 +652,6 @@ mod tests { |
|
|
|
// file has to exist in order to connect with sqlite
|
|
|
|
File::create(temp_db.clone()).unwrap(); |
|
|
|
|
|
|
|
dbg!(&temp_db); |
|
|
|
|
|
|
|
let pool = SqlitePool::connect(format!("sqlite:{}", temp_db.display()).as_str()) |
|
|
|
.await |
|
|
|
.unwrap(); |
|
|
|