We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffc460 commit 59c75bdCopy full SHA for 59c75bd
webrtc/src/peer_connection/peer_connection_test.rs
@@ -414,7 +414,9 @@ async fn peer() -> Result<()> {
414
peer_connection.set_local_description(offer).await?;
415
let _ = gather_complete.recv().await;
416
417
- if let Some(_) = peer_connection.local_description().await {}
+ if peer_connection.local_description().await.is_some() {
418
+ //TODO?
419
+ }
420
421
peer_connection.close().await?;
422
0 commit comments