mirror of https://github.com/flaggo/pydu.git
Modify test case
This commit is contained in:
parent
b59745ae15
commit
8f20d7d4f2
|
@ -52,7 +52,7 @@ def test_common_suffix():
|
|||
|
||||
def test_sort():
|
||||
assert sort('abc21') == '12abc'
|
||||
assert sort('abc21',reversed=True) == 'cba21'
|
||||
assert sort('abc21', reverse=True) == 'cba21'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue