merge-requests/30/head
Bob Mottram 2021-08-20 12:23:46 +01:00
parent 9e46a45eb1
commit 609811e633
1 changed files with 1 additions and 1 deletions

View File

@ -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)