Skip to content

Commit b1ca805

Browse files
committed
Fix tests
1 parent 852a882 commit b1ca805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn run_mdbook_init_with_custom_book_and_src_locations() {
9595
let contents = fs::read_to_string(temp.path().join("book.toml")).unwrap();
9696
assert_eq!(
9797
contents,
98-
"[book]\nauthors = []\nlanguage = \"en\"\nmultilingual = false\nsrc = \"in\"\n\n[build]\nbuild-dir = \"out\"\ncreate-missing = true\nuse-default-preprocessors = true\n"
98+
"[book]\nauthors = []\nlanguage = \"en\"\nmultilingual = false\nsrc = \"in\"\n\n[build]\nbuild-dir = \"out\"\ncreate-missing = true\nextra-watch-dirs = []\nuse-default-preprocessors = true\n"
9999
);
100100
}
101101

0 commit comments

Comments
 (0)