Skip to content

Commit

Permalink
pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Mar 6, 2024
1 parent 7c3be82 commit 5923ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/message/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,4 @@ async def test_decode_bad_crc(self, frame, data, exp_len):
frame_obj = frame(None, True)
used_len, _, _, data = frame_obj.decode(data)
assert used_len == exp_len
assert not len(data)
assert not data

0 comments on commit 5923ed7

Please sign in to comment.