Skip to content

Commit

Permalink
Adjust test using new function
Browse files Browse the repository at this point in the history
  • Loading branch information
acornmakes committed Sep 21, 2024
1 parent c1c3d47 commit 68bf92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ mod tests {
assert_eq!(command.get_program(), "docker");

let binding = current_dir().unwrap();
let absolute_path = binding.canonicalize().unwrap();
let absolute_path = canonicalize_os_path(&binding).unwrap();
let current_dir = absolute_path.to_str().unwrap();

let args: Vec<&OsStr> = command.get_args().collect();
Expand Down

0 comments on commit 68bf92f

Please sign in to comment.