Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillagorillaa committed Jul 4, 2023
1 parent a26e32e commit feff41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion can/tests/test_define.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def test_civic(self):
self.assertDictEqual(defs.dv[399], defs.dv['STEER_STATUS'])
self.assertDictEqual(defs.dv[399],
{'STEER_STATUS':
{6: 'TMP_FAULT',
{7: 'PERMANENT_FAULT',
6: 'TMP_FAULT',
5: 'FAULT_1',
4: 'NO_TORQUE_ALERT_2',
3: 'LOW_SPEED_LOCKOUT',
Expand Down

0 comments on commit feff41c

Please sign in to comment.