fix(p10-1a-1): patch missed SearchHit test-only construction sites

Add repo: None, code_lang: None to the 3 SearchHit struct literals
inside #[cfg(test)] blocks that were missed by the fa4eeb5 sweep.
This commit is contained in:
th-kim0823
2026-05-15 15:17:10 +09:00
parent fa4eeb5a87
commit 7329ba96ee
3 changed files with 6 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ fn make_hit(rank: u32, path: &str, snippet: &str, citation: Citation) -> SearchH
indexed_at: time::OffsetDateTime::UNIX_EPOCH,
stale: false,
score_kind: kebab_core::ScoreKind::Rrf,
repo: None,
code_lang: None,
}
}