This commit is contained in:
Matthias 2021-07-05 11:52:47 +02:00
parent 04bf838f98
commit b06afb7252

View file

@ -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(())
}