Skip to content

Commit

Permalink
Upgraded coverage to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-carboni committed Apr 12, 2024
1 parent a7147b3 commit 3bb2808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_minor_servos.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_setup(self):
self.assertEqual(servo.operative_mode.value, 10) # SETUP mode

def test_setup_no_wait(self):
cmd = f'SETUP=Primario{tail}'
cmd = f'SETUP=Gregoriano 1{tail}'
for byte in cmd[:-1]:
self.assertTrue(self.system.parse(byte))
self.assertRegex(self.system.parse(cmd[-1]), f'{good}{tail}$')
Expand Down

0 comments on commit 3bb2808

Please sign in to comment.