Skip to content

Commit 193d249

Browse files
committed
Changed: Rename test function to better reflect its behavior
Rename grep_request_ignores_blank_include_and_caps_limit to grep_request_ignores_blank_include_and_respects_limit since the test verifies limit is respected, not capped.
1 parent 38e1246 commit 193d249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/llm-coding-tools-core/src/tools

src/llm-coding-tools-core/src/tools/grep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ mod tests {
571571
}
572572

573573
#[test]
574-
fn grep_request_ignores_blank_include_and_caps_limit() {
574+
fn grep_request_ignores_blank_include_and_respects_limit() {
575575
let temp = tempdir().unwrap();
576576
std::fs::write(temp.path().join("a.rs"), "hello\nworld\n").unwrap();
577577
std::fs::write(temp.path().join("b.txt"), "hello\nhello\n").unwrap();

0 commit comments

Comments
 (0)