| Index: test/mock_voice_engine.h
|
| diff --git a/test/mock_voice_engine.h b/test/mock_voice_engine.h
|
| index 2567be405254635c74b7a6bb3035f1857a39aed3..67bc993c9bbab2776947206f6b0fbd67a630b6d1 100644
|
| --- a/test/mock_voice_engine.h
|
| +++ b/test/mock_voice_engine.h
|
| @@ -63,8 +63,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
|
| return proxy;
|
| }));
|
|
|
| - ON_CALL(mock_audio_device_, TimeUntilNextProcess())
|
| - .WillByDefault(testing::Return(1000));
|
| ON_CALL(*this, audio_device_module())
|
| .WillByDefault(testing::Return(&mock_audio_device_));
|
| ON_CALL(*this, audio_transport())
|
|
|