summaryrefslogtreecommitdiff
path: root/tests/db.rs
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2022-12-27 11:46:22 +0100
committerFxQnLr <[email protected]>2022-12-27 11:46:22 +0100
commite1c79889d3bf02c8d131d642fed8ba7ef9521bf4 (patch)
tree82c9f375ecbcf4f51f7ff453b5f19299389eb178 /tests/db.rs
parent0515548682a95db643a008146105d8ecdb446e58 (diff)
downloadmodlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.tar
modlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.tar.gz
modlist-e1c79889d3bf02c8d131d642fed8ba7ef9521bf4.zip
some error stuff; version update
Diffstat (limited to 'tests/db.rs')
-rw-r--r--tests/db.rs2
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();
7fn setup() -> Cfg { 7fn 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);