Skip to content

Commit

Permalink
test fix after rename - 16
Browse files Browse the repository at this point in the history
  • Loading branch information
blandger committed Jan 11, 2025
1 parent 7e646d5 commit c429311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/long_book_example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn rendered_document_contains_all_chapter_files_and_assets() {
// number of internal epub resources for long_book_example test book
assert_eq!(12, doc.0.resources.len());
assert_eq!(3, doc.0.spine.len());
assert_eq!(doc.0.mdata("title").unwrap(), "Long Book");
assert_eq!(doc.0.mdata("title").unwrap(), "LongBookExample");
assert_eq!(doc.0.mdata("language").unwrap(), "en");
debug!(
"doc current path = {:?} / {:?}",
Expand Down

0 comments on commit c429311

Please sign in to comment.