Skip to content

Commit 4f796d6

Browse files
m
1 parent 0ffc4d9 commit 4f796d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/test_serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
pytestmark = [pytest.mark.unit, pytest.mark.local]
2121

22-
provider_input_strings = ["", "abc", "𐀂", "abc𐀂", "𐀂abc", "秘密代码", "abc秘密代码", "秘密代码abc", "秘密代码abc𐀂", "𐀂abc秘密代码123𐀂"]
22+
provider_input_strings = ["abc秘密代码", "秘密代码abc", "秘密代码abc𐀂", "𐀂abc秘密代码123𐀂"]
2323

2424

2525
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)