diff options
author | FxQnLr <[email protected]> | 2022-12-27 11:46:22 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2022-12-27 11:46:22 +0100 |
commit | e1c79889d3bf02c8d131d642fed8ba7ef9521bf4 (patch) | |
tree | 82c9f375ecbcf4f51f7ff453b5f19299389eb178 /tests | |
parent | 0515548682a95db643a008146105d8ecdb446e58 (diff) | |
download | modlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.tar modlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.tar.gz modlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.zip |
some error stuff; version update
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); |