Skip to content

Commit

Permalink
squash: Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jallamsetty1 committed Jan 23, 2025
1 parent 7dd46b0 commit e1e2df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/sdp/LocalSdpMunger.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ describe('TransformSdpsForUnifiedPlan', () => {
if (ssrcLine.attribute === 'msid') {
const msid = ssrcLine.value;

expect(msid).toBe(`${localEndpointId}-video-0-${tpc.id}`);
expect(msid)
.toBe(`${localEndpointId}-video-0-${tpc.id} bdbd2c0a-7959-4578-8db5-9a6a1aec4ecf-${tpc.id}`);
}
}
});
Expand Down

0 comments on commit e1e2df9

Please sign in to comment.