This commit is contained in:
Matthias 2021-07-05 11:21:49 +02:00
parent afdb721612
commit 4f9dc67bbd

View file

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