Skip to content

Commit

Permalink
fix test_rfc8285_two_bytes_set_extension_should_enable_extension_when…
Browse files Browse the repository at this point in the history
…_adding
  • Loading branch information
yngrtc committed Jun 9, 2024
1 parent c63dc92 commit 3b3d837
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 @@ -955,7 +955,7 @@ fn test_rfc8285_two_bytes_set_extension_should_enable_extension_when_adding() ->
let mut p = Packet {
header: Header {
marker: true,
extension: true,
extension: false,
extension_profile: 0xBEDE,
version: 2,
payload_type: 96,
Expand Down

0 comments on commit 3b3d837

Please sign in to comment.