Test AprsClient gets an empty string

pull/47/head
Konstantin Gründger 2017-12-13 20:01:33 +01:00
rodzic 483b25d4fa
commit a580481590
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -61,6 +61,8 @@ class AprsClientTest(unittest.TestCase):
'... and on',
socket.error(),
'... and on',
'',
'... and on',
KeyboardInterrupt()]
try: