[ICS07] Add test to ensure PacketData
keeps proper JSON encoding
#763
Labels
O: code-hygiene
Objective: aims to improve code hygiene
O: testing
Objective: aims to improve testing coverage
Milestone
Background
When serializing
PacketData
to JSON, it should be converted toRawPacketData
first. EncodingPacketData
directly may not yield the same result. Nice to add a unit test for including the proper conversion. Additionally, trim placesPacketData
is used in our tests.This originated from a discussion in #741 about whether can drop this
serde
attribute.The text was updated successfully, but these errors were encountered: