fix(tests): stabilize issue #868 model refresh regression
This commit is contained in:
parent
2124b1dbbd
commit
772bb15ed9
2 changed files with 3 additions and 2 deletions
|
|
@ -2166,7 +2166,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn strip_think_tags_removes_multiple_blocks() {
|
||||
fn strip_think_tags_removes_multiple_blocks_with_surrounding_text() {
|
||||
let input = "Answer A <think>hidden 1</think> and B <think>hidden 2</think> done";
|
||||
let output = strip_think_tags(input);
|
||||
assert_eq!(output, "Answer A and B done");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue