Skip to content

Commit 7a89b52

Browse files
committed
Remove check
1 parent 68b5487 commit 7a89b52

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

livekit/tests/video_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ async fn test_video_with(params: VideoTestParams) -> Result<()> {
8080
let RoomEvent::TrackSubscribed { track, publication, .. } = event else {
8181
continue;
8282
};
83-
assert_eq!(publication.simulcasted(), params.simulcast);
8483
break Ok(track.into());
8584
}
8685
})

0 commit comments

Comments
 (0)