mirror of
1
0
Fork 0

Update test.py

very important fix
This commit is contained in:
Pavel Durmanov 2018-10-23 21:10:09 +03:00 committed by GitHub
parent d450da7d8a
commit 6f3a4f2015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ if __name__ == '__main__':
print("# |_| |_| \___/ \__\___/ \___\___/|_| #") print("# |_| |_| \___/ \__\___/ \___\___/|_| #")
print("# #") print("# #")
print('# == "Protocol" Test Suite == #') print('# == "Protocol" Test Suite == #')
print("# #") # print("# #")
print("#########################################################################") print("#########################################################################")
# Run the actual tests # Run the actual tests
unittest.main() unittest.main()