Skip to content

Commit

Permalink
Temp ignore path passed in to LinkFarm::absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Jun 27, 2024
1 parent 45dfc1d commit 4cecb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl LinkFarm {
where
P: AsRef<Path>,
{
self.tempdir.path().join(path)
self.tempdir.path().to_path_buf() //.join(path)
}

fn contains<P>(&self, path: P) -> bool
Expand Down

0 comments on commit 4cecb04

Please sign in to comment.