fix tests
This commit is contained in:
parent
ee0d1c2dbe
commit
af26e87caa
1 changed files with 2 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue