trivial change to make travis run again

This commit is contained in:
Michael Bryan 2017-07-09 18:24:45 +08:00
parent 8b7c95e02f
commit cd11035a69
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ fn mdbook_can_correctly_test_a_passing_book() {
#[test]
fn mdbook_detects_book_with_failing_tests() {
let temp = create_book(false);
let mut md = MDBook::new(temp.path());
let mut md: MDBook = MDBook::new(temp.path());
assert!(md.test().is_err());
}