From 90b3ec3e9716a3254b8a62b38f159f715c515584 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 8 Nov 2024 13:53:56 +0100 Subject: fix tests --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/bibiman/search.rs | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8a50ce..c8aa5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "bibiman" -version = "0.6.1" +version = "0.6.2" dependencies = [ "arboard", "biblatex", diff --git a/Cargo.toml b/Cargo.toml index d0180a8..ccfbeab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.6.1" +version = "0.6.2" authors = ["lukeflo "] license = "GPL-3.0-or-later" edition = "2021" 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); -- cgit v1.2.3