Index: audio/audio_receive_stream_unittest.cc |
diff --git a/audio/audio_receive_stream_unittest.cc b/audio/audio_receive_stream_unittest.cc |
index 69cf4591fa253ad69bb72d085e365671b3b50a8c..1ceaaabf72240d5fad3cd06f4a15f872095bffe2 100644 |
--- a/audio/audio_receive_stream_unittest.cc |
+++ b/audio/audio_receive_stream_unittest.cc |
@@ -101,10 +101,7 @@ struct ConfigHelper { |
.Times(1); |
EXPECT_CALL(*channel_proxy_, ResetReceiverCongestionControlObjects()) |
.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_, GetAudioDecoderFactory()) |
.WillOnce(ReturnRef(decoder_factory_)); |
testing::Expectation expect_set = |