Skip to content

Commit

Permalink
fix test_encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Mar 28, 2024
1 parent 13ceb73 commit 7de7a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def encodings_helper(msg: MsgLikeT) -> MsgLikeT:
assert human_readable_decoding(human_readable_encoding(msg), type(MsgLikeT)) == msg
assert human_readable_decoding(human_readable_encoding(msg), type(msg)) == msg


def test_encodings() -> None:
Expand Down

0 comments on commit 7de7a58

Please sign in to comment.