test(mdbookignore): rename test case

This commit is contained in:
Adam Avramov 2023-09-03 09:07:13 +03:00 committed by Bergmann89
parent b1f7a4667d
commit 97065cc291
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,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");