From e7c49d685efe768c0c1d9c66da7b93b6e118b305 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 6 Dec 2025 20:20:16 +0300 Subject: Fixed logical errors, tryed to fix tests --- tests/http_funcs.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/http_funcs.rs') diff --git a/tests/http_funcs.rs b/tests/http_funcs.rs index 886da10..5a28a98 100644 --- a/tests/http_funcs.rs +++ b/tests/http_funcs.rs @@ -167,6 +167,7 @@ mod http_package_tests { descr: Some("Test".to_string()), license: Some("MIT".to_string()), url: "http://example.com/repo/test-pkg.mesk".to_string(), + git_repo: None, }; packages_map.insert("test-pkg".to_string(), pkg); http_pkg.index_packages = Some(packages_map); -- cgit v1.2.3