There was an error while loading. Please reload this page.
1 parent 68b5487 commit 7a89b52Copy full SHA for 7a89b52
1 file changed
livekit/tests/video_test.rs
@@ -80,7 +80,6 @@ async fn test_video_with(params: VideoTestParams) -> Result<()> {
80
let RoomEvent::TrackSubscribed { track, publication, .. } = event else {
81
continue;
82
};
83
- assert_eq!(publication.simulcasted(), params.simulcast);
84
break Ok(track.into());
85
}
86
})
0 commit comments