From 609811e633be273c735742d5d45ef6044687385e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 20 Aug 2021 12:23:46 +0100 Subject: [PATCH] Tidying --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 13e1dc29c..323b2bd2d 100644 --- a/tests.py +++ b/tests.py @@ -2711,7 +2711,7 @@ def testClientToServer(): assert len([name for name in os.listdir(bobOutboxPath) if os.path.isfile(os.path.join(bobOutboxPath, name))]) == 1 print(str(len([name for name in os.listdir(aliceInboxPath) - if os.path.isfile(os.path.join(aliceInboxPath, name))]))) + if os.path.isfile(os.path.join(aliceInboxPath, name))]))) showTestBoxes('alice', aliceInboxPath, aliceOutboxPath) showTestBoxes('bob', bobInboxPath, bobOutboxPath) assert len([name for name in os.listdir(aliceInboxPath)