From 1aec9ad9c037b43e79337f193ece876817e67b47 Mon Sep 17 00:00:00 2001 From: Chummy Date: Thu, 19 Feb 2026 18:01:34 +0800 Subject: [PATCH] fix(rebase): resolve duplicate tests and gateway AppState fields --- src/providers/compatible.rs | 6 ------ 1 file changed, 6 deletions(-) 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";