From 6f3a4f20153504718a097494979f1a5d4ccf4889 Mon Sep 17 00:00:00 2001 From: Pavel Durmanov <31005942+P-Alban@users.noreply.github.com> Date: Tue, 23 Oct 2018 21:10:09 +0300 Subject: [PATCH] Update test.py very important fix --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index fc6fd51..105edc2 100755 --- a/test.py +++ b/test.py @@ -313,7 +313,7 @@ if __name__ == '__main__': print("# |_| |_| \___/ \__\___/ \___\___/|_| #") print("# #") print('# == "Protocol" Test Suite == #') - print("# #") # + print("# #") print("#########################################################################") # Run the actual tests unittest.main()