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-08-03 13:57:55 +03:00
parent 544e7ed523
commit ad14ee22ed

View File

@ -43,8 +43,8 @@ class TestGatt(unittest.TestCase):
obj.characteristic_value_updated(None, arr if sys.version_info[0] == 2 else bytes(arr, 'ascii'))
def test_conn(self):
obj = GattConnection()
try:
obj = GattConnection()
obj.connect()
except AttributeError:
pass