Fix bug that prevented a test from working correctly
This commit is contained in:
parent
c9dd624637
commit
3873bccdd8
|
@ -308,7 +308,7 @@ mod tests {
|
|||
|
||||
match _match.content {
|
||||
MatchContentType::Image(content) => {
|
||||
assert_eq!(content.path, "/path/to/file");
|
||||
assert_eq!(content.path, PathBuf::from("/path/to/file"));
|
||||
},
|
||||
_ => {
|
||||
assert!(false);
|
||||
|
|
Loading…
Reference in New Issue
Block a user