aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_send_stream_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_send_stream_unittest.cc')
-rw-r--r--audio/audio_send_stream_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audio_send_stream_unittest.cc b/audio/audio_send_stream_unittest.cc
index e4312e57df..d8d81a4eae 100644
--- a/audio/audio_send_stream_unittest.cc
+++ b/audio/audio_send_stream_unittest.cc
@@ -235,8 +235,7 @@ struct ConfigHelper {
.Times(1);
EXPECT_CALL(*channel_proxy_, ResetSenderCongestionControlObjects())
.Times(1);
- EXPECT_CALL(*channel_proxy_, RegisterExternalTransport(nullptr)).Times(1);
- EXPECT_CALL(*channel_proxy_, DeRegisterExternalTransport()).Times(1);
+ EXPECT_CALL(*channel_proxy_, RegisterTransport(nullptr)).Times(2);
EXPECT_CALL(*channel_proxy_, SetRtcEventLog(testing::NotNull())).Times(1);
EXPECT_CALL(*channel_proxy_, SetRtcEventLog(testing::IsNull()))
.Times(1); // Destructor resets the event log