diff --git a/src/core/presentations.rs b/src/core/presentations.rs index 1c6b4d2..5144e28 100644 --- a/src/core/presentations.rs +++ b/src/core/presentations.rs @@ -522,13 +522,7 @@ mod test { #[test] pub fn test_pres() { let pres = Presentation::new(); - assert_eq!( - pres.get_kind(), - &PresKind::Pdf { - starting_index: 0, - ending_index: 0, - } - ) + assert_eq!(pres.get_kind(), &PresKind::Generic) } #[tokio::test] diff --git a/src/lisp.rs b/src/lisp.rs index c2f4c8f..5effa4c 100644 --- a/src/lisp.rs +++ b/src/lisp.rs @@ -170,7 +170,10 @@ mod test { background: Some(Background::try_from("file:///home/chris/nc/tfc/openlp/CMG - Bright Mountains 01.jpg").unwrap()), text_alignment: Some(TextAlignment::MiddleCenter), font: Some("Quicksand Bold".to_string()), - font_size: Some(60) + font_size: Some(60), + stroke_size: Some(2), + verses: None, + verse_map: None } } }