fixing some test files

This commit is contained in:
Chris Cochrun 2024-11-02 14:28:00 -05:00
parent bdbcf5da56
commit d4b40dbdc4

View file

@ -76,7 +76,7 @@ struct App {
impl Default for App { impl Default for App {
fn default() -> Self { fn default() -> Self {
let initial_slide = SlideBuilder::new() let initial_slide = SlideBuilder::new()
.background(PathBuf::from("/home/chris/vids/test/camprules2024.mp4")) .background(PathBuf::from("/home/chris/vids/test/chosensmol.mp4"))
.expect("oops video") .expect("oops video")
.text("Hello") .text("Hello")
.build() .build()