This commit is contained in:
huangsong
2022-01-18 15:54:21 +08:00
parent bf6ee9ce35
commit 51606a6321
2 changed files with 4 additions and 1 deletions

View File

@ -12,3 +12,4 @@ def test_to_str():
assert isinstance(expected_bytes, bytes)
assert isinstance(to_str(expected_bytes), str)
assert "1" == to_str(1)