Skip to content

Commit a33eb25

Browse files
committed
[integration-tests] fix lint
1 parent 59beb39 commit a33eb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/integration/temp_project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl TempProject {
123123
#[expect(dead_code)]
124124
pub fn persist(&mut self) {
125125
if let Some(dir) = self.temp_dir.take() {
126-
_ = dir.into_path();
126+
_ = dir.keep();
127127
}
128128
}
129129

0 commit comments

Comments
 (0)