fix tests

This commit is contained in:
Nick Pegg 2025-05-07 20:48:50 -07:00
parent cf8394fb2a
commit 5c1e1feb17
2 changed files with 6 additions and 9 deletions

View file

@ -12,7 +12,7 @@ use std::path::{Path, PathBuf};
fn test_generate() {
init();
let album_path = make_test_album();
let output_path = generate(&album_path.to_path_buf()).unwrap();
let output_path = generate(&album_path.to_path_buf(), false).unwrap();
check_album(output_path).unwrap();
}