From 2c8b804cd61a480501069cdf4d4377f3c2cf30bb Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Wed, 3 Dec 2025 21:00:31 +0300 Subject: Not much of the documentation has been implemented, as well as some minor changes --- tests/shared.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/shared.rs') diff --git a/tests/shared.rs b/tests/shared.rs index 9a192c1..574e8cd 100644 --- a/tests/shared.rs +++ b/tests/shared.rs @@ -16,6 +16,7 @@ pub fn create_test_config(temp_dir_path: &str) -> Config { paths: Paths { cache_dir: String::from(temp_dir_path), build_dir: String::from(format!("{}/build", String::from(temp_dir_path))), + installed_db: String::from(format!("{}/pkgdb", String::from(temp_dir_path))), }, }; -- cgit v1.2.3