Skip to content

Commit 599cd8b

Browse files
committed
fix windows test
1 parent 1009194 commit 599cd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-util/src/task_executor/tmc_zip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ mod test {
327327
fn windows_paths_get_converted() {
328328
let win_path = PathBuf::from(r"tests\data\dir");
329329
let zipped = zip(
330-
EverythingIsStudentFilePolicy::new(win_path.clone()).unwrap(),
330+
EverythingIsStudentFilePolicy::new(&win_path).unwrap(),
331331
&win_path,
332332
)
333333
.unwrap();

0 commit comments

Comments
 (0)