Reinstate some tests

This commit is contained in:
rocky 2019-11-18 06:59:27 -05:00
parent 6659fffc0d
commit a5e7eb19c6
3 changed files with 1 additions and 1 deletions

View File

@ -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]