diff options
| author | lukeflo | 2025-01-03 08:50:00 +0100 |
|---|---|---|
| committer | lukeflo | 2025-01-03 08:50:00 +0100 |
| commit | 653c6a87d9a92f622719a6c4de3fe6e897753aa3 (patch) | |
| tree | 7038bf765943ead6323818613b04e52d7c2bdb3e /src | |
| parent | 0312b8b31160297033e8a435c00e7c92eaa371e6 (diff) | |
| download | bibiman-653c6a87d9a92f622719a6c4de3fe6e897753aa3.tar.gz bibiman-653c6a87d9a92f622719a6c4de3fe6e897753aa3.zip | |
bug fix for test modul
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 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(), |
