Skip to content

Commit

Permalink
Merge pull request #81 from dluschan/patch-1
Browse files Browse the repository at this point in the history
Update integration_tests.rs
  • Loading branch information
blandger authored Jan 19, 2024
2 parents b31970c + 8b82cdb commit 45052b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn epub_check(path: &Path) -> Result<(), Error> {
Err(_) => {
// failed to launch epubcheck, it's probably not installed
debug!("Failed to launch epubcheck, it's probably not installed here...");
Ok(())
Err(Error::EpubCheck)
}
}
}
Expand Down

0 comments on commit 45052b5

Please sign in to comment.