You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: convert _encode_payload output to bytes and assert SEQUENCE contents (#43979)
Address Copilot review feedback on the from_bytes() tests:
- Wrap _encode_payload output in bytes() at all four call sites so the
tests exercise the documented from_bytes(bytes) contract instead of
relying on the function's bytearray runtime return.
- Add a content assertion to the SEQUENCE body test so it catches
decoding regressions, not just body_type misclassification.
0 commit comments