diff options
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); |
