Fix up an outdated comment in peerconnection_integrationtest.cc.

Bug: webrtc:9719
Change-Id: Ied844fdb941b80ab84d43775cc315c075677dac0
Reviewed-on: https://webrtc-review.googlesource.com/c/110562
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Bjorn Mellem <mellem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25586}
This commit is contained in:
Bjorn Mellem 2018-11-09 10:13:51 -08:00 committed by Commit Bot
parent 7127f342a9
commit a2eb0a7841

View File

@ -3387,8 +3387,8 @@ TEST_P(PeerConnectionIntegrationTest,
#endif // HAVE_SCTP
// This test sets up a call between two parties with audio, video, and a media
// transport data channel.
// This test sets up a call between two parties with a media transport data
// channel.
TEST_P(PeerConnectionIntegrationTest, MediaTransportDataChannelEndToEnd) {
PeerConnectionInterface::RTCConfiguration rtc_config;
rtc_config.use_media_transport_for_data_channels = true;