mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 10:49:39 +00:00
minor fix in network test
This commit is contained in:
@@ -32,7 +32,7 @@ class NetworkTests(unittest.TestCase):
|
||||
client.connect('localhost', port)
|
||||
client.write(msg)
|
||||
assert msg == client.read(
|
||||
16), 'Read message does not equal sent message'
|
||||
15), 'Read message does not equal sent message'
|
||||
client.close()
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user