diff --git a/crates/semantic_index/src/chunking.rs b/crates/semantic_index/src/chunking.rs index 8ef7743cdd..da37afd78c 100644 --- a/crates/semantic_index/src/chunking.rs +++ b/crates/semantic_index/src/chunking.rs @@ -388,7 +388,7 @@ mod tests { "Should handle both parsable and unparsable sections correctly" ); - let expected_chunks = vec![ + let expected_chunks = [ "fn main() {", " let a = 1;", " let b = 2;",