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
69b234b924
commit
ff51129247
@ -191,7 +191,7 @@ class PeripheralsTest(unittest.TestCase):
|
||||
hub.connection.notification_delayed('0500820301', 0.1)
|
||||
hub.connection.notification_delayed('050082030a', 0.2)
|
||||
motor.goto_position(0)
|
||||
self.assertEqual(b"0e008103110d00000000647f6403", hub.writes.pop(1)[1])
|
||||
self.assertEqual(b"0e008103110d0000000064647f03", hub.writes.pop(1)[1])
|
||||
|
||||
hub.connection.wait_notifications_handled()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user