diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-06 20:20:16 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-06 20:20:16 +0300 |
| commit | e7c49d685efe768c0c1d9c66da7b93b6e118b305 (patch) | |
| tree | e1bfb33a34c3fe4cb84436e73b48463f5deb8f08 /tests/http_funcs.rs | |
| parent | c8520a5cf071eedc966e57abaf4ba2a334df83ee (diff) | |
Fixed logical errors, tryed to fix tests
Diffstat (limited to 'tests/http_funcs.rs')
| -rw-r--r-- | tests/http_funcs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
