Skip to content

Commit

Permalink
test(mdbookignore): rename test case
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus authored and Bergmann89 committed Dec 19, 2024
1 parent 5b1ec0b commit a3dfab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ mod tests {
}

#[test]
fn build_test_book() {
fn mdbookignore_ignores_file() {
let temp_dir = TempFileBuilder::new().prefix("mdbook-").tempdir().unwrap();
let test_book_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test_book");

Expand Down

0 comments on commit a3dfab9

Please sign in to comment.