summaryrefslogtreecommitdiff
path: root/rust/tests
diff options
context:
space:
mode:
Diffstat (limited to 'rust/tests')
-rw-r--r--rust/tests/repository.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/tests/repository.rs b/rust/tests/repository.rs
index ac861b2c..d22f900d 100644
--- a/rust/tests/repository.rs
+++ b/rust/tests/repository.rs
@@ -20,6 +20,7 @@ fn test_list() {
for plugin in &plugins {
let plugin_path = plugin.path();
let plugin_by_path = repository.plugin_by_path(&plugin_path).unwrap();
+ let _license_text = plugin.license_text();
assert_eq!(plugin.package_url(), plugin_by_path.package_url());
}
}