1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

fix tests

This commit is contained in:
schaeff 2021-11-15 15:27:25 +01:00
parent ee0d1c2dbe
commit af26e87caa

View file

@ -69,6 +69,8 @@ mod tests {
let file_path = folder.path().join("bar.zok");
File::create(file_path.clone()).unwrap();
let file_path = file_path.canonicalize().unwrap();
let fs_resolver = FileSystemResolver::default();
let (_, next_location) = fs_resolver
.resolve(file_path.clone(), "./bar.zok".into())