mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-12 17:30:59 +00:00
fix test
This commit is contained in:
parent
afdb721612
commit
4f9dc67bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ mod test_fs_tree {
|
|||
let abs_path = PathBuf::from("./foo.html");
|
||||
assert_eq!(
|
||||
resolve(&dummy, &abs_path, &None)?,
|
||||
PathBuf::from("foo.html")
|
||||
PathBuf::from("./foo.html")
|
||||
);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue