We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffc4d9 commit 4f796d6Copy full SHA for 4f796d6
1 file changed
test/unit/test_serialize.py
@@ -19,7 +19,7 @@
19
20
pytestmark = [pytest.mark.unit, pytest.mark.local]
21
22
-provider_input_strings = ["", "abc", "𐀂", "abc𐀂", "𐀂abc", "秘密代码", "abc秘密代码", "秘密代码abc", "秘密代码abc𐀂", "𐀂abc秘密代码123𐀂"]
+provider_input_strings = ["abc秘密代码", "秘密代码abc", "秘密代码abc𐀂", "𐀂abc秘密代码123𐀂"]
23
24
25
@pytest.mark.parametrize(
0 commit comments