From dd75ce8fa881999c918be1457e28fc875c102808 Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Tue, 13 Jan 2026 18:21:08 -0800 Subject: [PATCH] Update test_serialize.py --- test/unit/test_serialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/test_serialize.py b/test/unit/test_serialize.py index 1df4d1bd7..b18e2b831 100644 --- a/test/unit/test_serialize.py +++ b/test/unit/test_serialize.py @@ -19,7 +19,7 @@ pytestmark = [pytest.mark.unit, pytest.mark.local] -provider_input_strings = ["", "abc", "𐀂", "abc𐀂", "𐀂abc", "秘密代码", "abc秘密代码", "秘密代码abc", "秘密代码abc𐀂", "𐀂abc秘密代码123𐀂"] +provider_input_strings = ["𐀂abc秘密代码123𐀂"] @pytest.mark.parametrize(