diff --git a/src/providers/compatible.rs b/src/providers/compatible.rs index d8077af..7e30d4f 100644 --- a/src/providers/compatible.rs +++ b/src/providers/compatible.rs @@ -1904,12 +1904,6 @@ mod tests { assert_eq!(output[1].content, "ack"); } - #[test] - fn strip_think_tags_removes_multiple_blocks() { - let input = "axbyc"; - assert_eq!(strip_think_tags(input), "abc"); - } - #[test] fn strip_think_tags_drops_unclosed_block_suffix() { let input = "visiblehidden";