Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 21, 2023
1 parent aedd90a commit 08a3acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/packets/RTCP/XrPacket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const packetDump: XrPacketDump =
reports : [ report1Dump ]
};

describe('parse RTCP Receiver Report packet', () =>
describe('parse RTCP XR packet', () =>
{
const array = new Uint8Array(
[
Expand Down

0 comments on commit 08a3acf

Please sign in to comment.