diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db.rs b/tests/db.rs index e0bdb66..992899f 100644 --- a/tests/db.rs +++ b/tests/db.rs | |||
@@ -7,7 +7,7 @@ static INIT: Once = Once::new(); | |||
7 | fn setup() -> Cfg { | 7 | fn setup() -> Cfg { |
8 | let db_pathstr = "./test_tmp/db"; | 8 | let db_pathstr = "./test_tmp/db"; |
9 | 9 | ||
10 | let config = Cfg { data: String::from(db_pathstr), downloads: String::from("-"), clean_remove: false, apis: Apis { modrinth: String::from("-") } }; | 10 | let config = Cfg { data: String::from(db_pathstr), apis: Apis { modrinth: String::from("-") } }; |
11 | 11 | ||
12 | INIT.call_once(|| { | 12 | INIT.call_once(|| { |
13 | let db_path = Path::new(db_pathstr); | 13 | let db_path = Path::new(db_pathstr); |