diff options
| -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 f848e82..dff835d 100644 --- a/src/bibiman/search.rs +++ b/src/bibiman/search.rs @@ -128,6 +128,7 @@ mod tests { #[test] fn test_vector_join() { let bibvec: EntryTableItem = EntryTableItem { + id: 3, authors: "Author".to_string(), short_author: "".to_string(), title: "Title".to_string(), |
