mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 20:20:32 +00:00
fix test
This commit is contained in:
parent
04bf838f98
commit
b06afb7252
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,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