Skip to content

Commit 68bf92f

Browse files
committed
Adjust test using new function
1 parent c1c3d47 commit 68bf92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/docker_client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ mod tests {
194194
assert_eq!(command.get_program(), "docker");
195195

196196
let binding = current_dir().unwrap();
197-
let absolute_path = binding.canonicalize().unwrap();
197+
let absolute_path = canonicalize_os_path(&binding).unwrap();
198198
let current_dir = absolute_path.to_str().unwrap();
199199

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

0 commit comments

Comments
 (0)