Skip to content

Commit

Permalink
fix test_rfc8285_two_byte_set_extension_should_error_when_payload_too…
Browse files Browse the repository at this point in the history
…_large
  • Loading branch information
yngrtc committed Jun 9, 2024
1 parent 3b3d837 commit ec324a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc-rtp/src/packet/packet_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ fn test_rfc8285_two_byte_set_extension_should_error_when_payload_too_large() {
header: Header {
marker: true,
extension: true,
extension_profile: 0xBEDE,
extension_profile: 0x1000,
extensions: vec![Extension {
id: 1,
payload: Bytes::from_static(&[0xAA]),
Expand Down

0 comments on commit ec324a7

Please sign in to comment.