Update build_process.rs
This commit is contained in:
parent
7e26a8430d
commit
5726a8afd6
|
@ -52,7 +52,7 @@ fn mdbook_runs_preprocessors() {
|
|||
let cfg = Config::default();
|
||||
|
||||
let mut book = MDBook::load_with_config(temp.path(), cfg).unwrap();
|
||||
book.with_preprecessor(Spy(Arc::clone(&spy)));
|
||||
book.with_preprocessor(Spy(Arc::clone(&spy)));
|
||||
book.build().unwrap();
|
||||
|
||||
let inner = spy.lock().unwrap();
|
||||
|
|
Loading…
Reference in New Issue