Skip to content

Commit d600b39

Browse files
committed
Fix test case
1 parent 7741f8e commit d600b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ mod tests {
500500
let temp_path = dir.path().canonicalize().unwrap();
501501

502502
assert_eq!(
503-
Err(DatabaseError::ProjectRootNotFound),
503+
Err(DatabaseError::ProjectRootNotFound(temp_path.clone())),
504504
search_for_directory_containing_file(&temp_path, "Cargo.toml")
505505
);
506506
}

0 commit comments

Comments
 (0)