mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
Reinstate some tests
This commit is contained in:
parent
6659fffc0d
commit
a5e7eb19c6
Binary file not shown.
@ -14,4 +14,4 @@ for y in (1, 2, 10):
|
||||
expected = 3
|
||||
result.append(expected)
|
||||
|
||||
assert result == [10, 2, 3]
|
||||
assert result == [3, 2, 3]
|
||||
|
Loading…
Reference in New Issue
Block a user