From ff5112924758c86d2f558ffda48890552cb6baad Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Sat, 8 Feb 2020 15:20:07 +0300 Subject: [PATCH] Fix test --- tests/test_peripherals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_peripherals.py b/tests/test_peripherals.py index 7309785..c54ff95 100644 --- a/tests/test_peripherals.py +++ b/tests/test_peripherals.py @@ -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()