test: refresh clean-build fixtures and assertions

This commit is contained in:
2026-08-26 10:16:18 +09:00
parent eac07cf5a8
commit 4e935c6203
6 changed files with 55 additions and 35 deletions
+1 -1
View File
@@ -1377,7 +1377,7 @@ mod tests {
let parsed: serde_json::Value = serde_json::from_str(&json).unwrap();
assert_eq!(parsed["event"], "completions");
assert_eq!(parsed["data"]["kind"], "file");
assert_eq!(parsed["data"]["entries"][0]["value"], "clear");
assert_eq!(parsed["data"]["entries"][0]["value"], "src/main.rs");
// is_dir defaults to false on inbound payloads that omit it.
let inbound =