fix
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user