1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00
This commit is contained in:
Andrey Pohilko 2018-07-30 12:45:45 +03:00
parent 0c6409a3e3
commit d4ff914301

View File

@ -44,4 +44,7 @@ class TestGatt(unittest.TestCase):
def test_conn(self):
obj = GattConnection()
obj.connect()
try:
obj.connect()
except AttributeError:
pass