diff options
| author | lukeflo | 2024-11-08 13:53:56 +0100 |
|---|---|---|
| committer | lukeflo | 2024-11-08 13:53:56 +0100 |
| commit | 90b3ec3e9716a3254b8a62b38f159f715c515584 (patch) | |
| tree | 9fee14212f371e103a40e7c9aeb1f6e0c240df5f /src | |
| parent | 2706907b14142e8a4e099c6a65ae69fba055f01e (diff) | |
| download | bibiman-90b3ec3e9716a3254b8a62b38f159f715c515584.tar.gz bibiman-90b3ec3e9716a3254b8a62b38f159f715c515584.zip | |
fix tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/bibiman/search.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bibiman/search.rs b/src/bibiman/search.rs index 3da5392..362d0f9 100644 --- a/src/bibiman/search.rs +++ b/src/bibiman/search.rs @@ -141,6 +141,7 @@ mod tests { abstract_text: "An abstract with multiple sentences. Here is the second".to_string(), doi_url: "https://www.bibiman.org".to_string(), filepath: "/home/file/path.pdf".to_string(), + subtitle: None, }; let joined_vec = BibiSearch::convert_to_string(&bibvec); |
