Improve identity test cases

This commit is contained in:
Mattéo Delabre 2021-01-27 12:41:45 +01:00
parent 415757535e
commit 30de38aa1e
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ if __name__ == '__main__':
print("\nSearching for identity")
find_script((
("1", "1"),
("2", "2"),
("3", "3"),
("42", "42"),
("1984", "1984"),
), max_length=3)
# Successor