From f467bf4873096f94554126646f6d0bd87b475d18 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Jul 2019 20:36:27 +0100 Subject: [PATCH] Enable all network tests --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index cf992593..08895653 100644 --- a/epicyon.py +++ b/epicyon.py @@ -112,8 +112,8 @@ if args.tests: if args.testsnetwork: print('Network Tests') + testPostMessageBetweenServers() testFollowBetweenServers() - #testPostMessageBetweenServers() sys.exit() if args.posts: