Skip to content

Commit

Permalink
python test
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Mar 27, 2024
1 parent 7fe5045 commit 480780e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/test/test_clproto.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def assert_encode_decode(send_state, message_type, handle, parameter_message_typ

json = clproto.to_json(msg)
assert len(json) > 2
assert True
msg2 = clproto.from_json(json)
assert clproto.is_valid(msg2)
assert clproto.check_message_type(msg2) == message_type
Expand Down

0 comments on commit 480780e

Please sign in to comment.