mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Fix test
This commit is contained in:
parent
544e7ed523
commit
ad14ee22ed
@ -43,8 +43,8 @@ class TestGatt(unittest.TestCase):
|
|||||||
obj.characteristic_value_updated(None, arr if sys.version_info[0] == 2 else bytes(arr, 'ascii'))
|
obj.characteristic_value_updated(None, arr if sys.version_info[0] == 2 else bytes(arr, 'ascii'))
|
||||||
|
|
||||||
def test_conn(self):
|
def test_conn(self):
|
||||||
obj = GattConnection()
|
|
||||||
try:
|
try:
|
||||||
|
obj = GattConnection()
|
||||||
obj.connect()
|
obj.connect()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user