Index: audio/audio_send_stream_unittest.cc |
diff --git a/audio/audio_send_stream_unittest.cc b/audio/audio_send_stream_unittest.cc |
index e4312e57df9979e3ebc98cde44d95f2f521b59f8..d8d81a4eae54d68d500fe1ed76dc12fe2152cfe5 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 |