diff options
Diffstat (limited to 'tests/i2p_functions.rs')
| -rw-r--r-- | tests/i2p_functions.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i2p_functions.rs b/tests/i2p_functions.rs index b07631a..6146e71 100644 --- a/tests/i2p_functions.rs +++ b/tests/i2p_functions.rs @@ -64,6 +64,7 @@ mod i2p_package_tests { descr: Some("Test".to_string()), license: Some("MIT".to_string()), url: "http://example.i2p/repo/test-pkg.mesk".to_string(), + git_repo: None, }; packages_map.insert("test-pkg".to_string(), pkg); i2p_pkg.index_packages = Some(packages_map); |
