mirror of
https://github.com/ultraworkers/claw-code-parity.git
synced 2026-05-13 13:54:46 +02:00
fix: stabilize merge fallout test fixtures
This commit is contained in:
@@ -1053,7 +1053,9 @@ mod tests {
|
||||
.to_string()
|
||||
.contains("top-level settings value must be a JSON object"));
|
||||
|
||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||
if root.exists() {
|
||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user