mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-07 16:44:50 +08:00
feat: doctor-cmd implementation
This commit is contained in:
@@ -9986,7 +9986,7 @@ UU conflicted.rs",
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn parse_history_count_defaults_to_ten_when_missing() {
|
fn parse_history_count_defaults_to_twenty_when_missing() {
|
||||||
// given
|
// given
|
||||||
let raw: Option<&str> = None;
|
let raw: Option<&str> = None;
|
||||||
|
|
||||||
@@ -9994,7 +9994,7 @@ UU conflicted.rs",
|
|||||||
let parsed = parse_history_count(raw);
|
let parsed = parse_history_count(raw);
|
||||||
|
|
||||||
// then
|
// then
|
||||||
assert_eq!(parsed, Ok(10));
|
assert_eq!(parsed, Ok(20));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user