Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 9, 2024
1 parent 8376c8d commit 0bed362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/tests/test_define.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_civic(self):
defs = CANDefine(dbc_file)

assert defs.dv[399] == defs.dv['STEER_STATUS']
assert defs.dv[399] == {'STEER_STATUS':
assert defs.dv[399] == {'STEER_STATUS':
{7: 'PERMANENT_FAULT',
6: 'TMP_FAULT',
5: 'FAULT_1',
Expand Down

0 comments on commit 0bed362

Please sign in to comment.